diff options
Diffstat (limited to 'rpc/rpc-transport/rdma/src/rdma.c')
-rw-r--r-- | rpc/rpc-transport/rdma/src/rdma.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rpc/rpc-transport/rdma/src/rdma.c b/rpc/rpc-transport/rdma/src/rdma.c index ebf54885f1a..45605c8ff53 100644 --- a/rpc/rpc-transport/rdma/src/rdma.c +++ b/rpc/rpc-transport/rdma/src/rdma.c @@ -8,14 +8,14 @@ cases as published by the Free Software Foundation. */ -#include "dict.h" -#include "glusterfs.h" -#include "iobuf.h" -#include "logging.h" +#include <glusterfs/dict.h> +#include <glusterfs/glusterfs.h> +#include <glusterfs/iobuf.h> +#include <glusterfs/logging.h> #include "rdma.h" #include "name.h" -#include "byte-order.h" -#include "xlator.h" +#include <glusterfs/byte-order.h> +#include <glusterfs/xlator.h> #include "xdr-rpc.h" #include "rpc-lib-messages.h" #include "rpc-trans-rdma-messages.h" |