summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc-lib/src/autoscale-threads.c2
-rw-r--r--rpc/rpc-lib/src/rpcsvc.h2
-rw-r--r--rpc/rpc-transport/rdma/src/rdma.h2
-rw-r--r--rpc/rpc-transport/socket/src/socket.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/rpc/rpc-lib/src/autoscale-threads.c b/rpc/rpc-lib/src/autoscale-threads.c
index 33ba58c490b..4840fd4e971 100644
--- a/rpc/rpc-lib/src/autoscale-threads.c
+++ b/rpc/rpc-lib/src/autoscale-threads.c
@@ -8,7 +8,7 @@
cases as published by the Free Software Foundation.
*/
-#include "event.h"
+#include "gf-event.h"
#include "rpcsvc.h"
void
diff --git a/rpc/rpc-lib/src/rpcsvc.h b/rpc/rpc-lib/src/rpcsvc.h
index 7ed0dca2ad0..c6efa4f5369 100644
--- a/rpc/rpc-lib/src/rpcsvc.h
+++ b/rpc/rpc-lib/src/rpcsvc.h
@@ -11,7 +11,7 @@
#ifndef _RPCSVC_H
#define _RPCSVC_H
-#include "event.h"
+#include "gf-event.h"
#include "rpc-transport.h"
#include "logging.h"
#include "dict.h"
diff --git a/rpc/rpc-transport/rdma/src/rdma.h b/rpc/rpc-transport/rdma/src/rdma.h
index 7ca0ead1f7a..39f7f45046d 100644
--- a/rpc/rpc-transport/rdma/src/rdma.h
+++ b/rpc/rpc-transport/rdma/src/rdma.h
@@ -19,7 +19,7 @@
#include "rpc-clnt.h"
#include "rpc-transport.h"
#include "xlator.h"
-#include "event.h"
+#include "gf-event.h"
#include <stdio.h>
#include <list.h>
#include <arpa/inet.h>
diff --git a/rpc/rpc-transport/socket/src/socket.h b/rpc/rpc-transport/socket/src/socket.h
index fdfc20774a8..4e65489f987 100644
--- a/rpc/rpc-transport/socket/src/socket.h
+++ b/rpc/rpc-transport/socket/src/socket.h
@@ -21,7 +21,7 @@
#include <openssl/ecdh.h>
#endif
-#include "event.h"
+#include "gf-event.h"
#include "rpc-transport.h"
#include "logging.h"
#include "dict.h"