summaryrefslogtreecommitdiffstats
path: root/test/test_btree.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_btree.c')
-rw-r--r--test/test_btree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_btree.c b/test/test_btree.c
index 97bd9ba..a340bbf 100644
--- a/test/test_btree.c
+++ b/test/test_btree.c
@@ -3,8 +3,6 @@
#undef NDEBUG
-#include <zix/btree.h>
-
#include "ensure.h"
#include "failing_allocator.h"
#include "test_args.h"
@@ -12,6 +10,7 @@
#include <zix/allocator.h>
#include <zix/attributes.h>
+#include <zix/btree.h>
#include <zix/status.h>
#include <assert.h>