summaryrefslogtreecommitdiff
path: root/src/rdxtree.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-02-23 09:57:54 +0100
committerRichard Braun <rbraun@sceen.net>2018-02-23 09:57:54 +0100
commiteb93adf611f08e18b2970865fe38401442ff0889 (patch)
tree0dbeaae2ef496a10e9d6d0001e25557beb12a832 /src/rdxtree.c
parentfec9bb4f8f17f3e45a5a869701c65f2f7f0fa299 (diff)
rdxtree: fix header inclusions
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>