summaryrefslogtreecommitdiffstats
path: root/test/btree_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/btree_test.c')
-rw-r--r--test/btree_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btree_test.c b/test/btree_test.c
index 8d687dc..a54d38a 100644
--- a/test/btree_test.c
+++ b/test/btree_test.c
@@ -20,10 +20,10 @@
#include "zix/common.h"
-#include <stdbool.h>
#include <assert.h>
#include <inttypes.h>
#include <stdarg.h>
+#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>