summaryrefslogtreecommitdiff
path: root/test/test_rdxtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_rdxtree.c')
-rw-r--r--test/test_rdxtree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_rdxtree.c b/test/test_rdxtree.c
index dec72c3..261cd58 100644
--- a/test/test_rdxtree.c
+++ b/test/test_rdxtree.c
@@ -26,9 +26,9 @@
#define RDXTREE_ENABLE_NODE_CREATION_FAILURES
-#include "../check.h"
-#include "../macros.h"
-#include "../rdxtree.c"
+#include <check.h>
+#include <macros.h>
+#include <rdxtree.c>
#define TITLE(str) printf("%s: %s\n", __func__, str)