summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/unittest/dht_layout_mock.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/dht/src/unittest/dht_layout_mock.c')
-rw-r--r--xlators/cluster/dht/src/unittest/dht_layout_mock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/cluster/dht/src/unittest/dht_layout_mock.c b/xlators/cluster/dht/src/unittest/dht_layout_mock.c
index 49bf18b9fe6..771452963d1 100644
--- a/xlators/cluster/dht/src/unittest/dht_layout_mock.c
+++ b/xlators/cluster/dht/src/unittest/dht_layout_mock.c
@@ -7,10 +7,10 @@
later), or the GNU General Public License, version 2 (GPLv2), in all
cases as published by the Free Software Foundation.
*/
-#include "glusterfs.h"
-#include "xlator.h"
+#include <glusterfs/glusterfs.h>
+#include <glusterfs/xlator.h>
#include "dht-common.h"
-#include "byte-order.h"
+#include <glusterfs/byte-order.h>
int
dht_hash_compute(xlator_t *this, int type, const char *name, uint32_t *hash_p)