summaryrefslogtreecommitdiff
path: root/src/rdxtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdxtree.c')
-rw-r--r--src/rdxtree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rdxtree.c b/src/rdxtree.c
index 38ee7cb..49a87f4 100644
--- a/src/rdxtree.c
+++ b/src/rdxtree.c
@@ -23,11 +23,10 @@
* http://git.sceen.net/rbraun/librbraun.git/
*/
-#include <stdbool.h>
-
#include <assert.h>
#include <errno.h>
#include <limits.h>
+#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>