summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/features/changelog/src/changelog-rpc-common.h2
-rw-r--r--xlators/features/quota/src/quota.h2
-rw-r--r--xlators/protocol/client/src/client.c2
-rw-r--r--xlators/protocol/server/src/server.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/xlators/features/changelog/src/changelog-rpc-common.h b/xlators/features/changelog/src/changelog-rpc-common.h
index 95c850c9400..1a630536924 100644
--- a/xlators/features/changelog/src/changelog-rpc-common.h
+++ b/xlators/features/changelog/src/changelog-rpc-common.h
@@ -13,7 +13,7 @@
#include "rpcsvc.h"
#include "rpc-clnt.h"
-#include "event.h"
+#include "gf-event.h"
#include "call-stub.h"
#include "changelog-xdr.h"
diff --git a/xlators/features/quota/src/quota.h b/xlators/features/quota/src/quota.h
index b99ca820e7f..9fe0e3e0a51 100644
--- a/xlators/features/quota/src/quota.h
+++ b/xlators/features/quota/src/quota.h
@@ -19,7 +19,7 @@
#include "compat.h"
#include "logging.h"
#include "dict.h"
-#include "event.h"
+#include "gf-event.h"
#include "rpcsvc.h"
#include "rpc-clnt.h"
#include "byte-order.h"
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c
index bc1322573e2..cd30ed9637f 100644
--- a/xlators/protocol/client/src/client.c
+++ b/xlators/protocol/client/src/client.c
@@ -15,7 +15,7 @@
#include "glusterfs.h"
#include "statedump.h"
#include "compat-errno.h"
-#include "event.h"
+#include "gf-event.h"
#include "xdr-rpc.h"
#include "glusterfs3.h"
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c
index e4a5bdac1f5..8ff51a1c16d 100644
--- a/xlators/protocol/server/src/server.c
+++ b/xlators/protocol/server/src/server.c
@@ -20,7 +20,7 @@
#include "statedump.h"
#include "defaults.h"
#include "authenticate.h"
-#include "event.h"
+#include "gf-event.h"
#include "events.h"
#include "server-messages.h"
#include "rpc-clnt.h"