summaryrefslogtreecommitdiff
path: root/kern/rdxtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rdxtree.c')
-rw-r--r--kern/rdxtree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/rdxtree.c b/kern/rdxtree.c
index 90676e0..788f3ba 100644
--- a/kern/rdxtree.c
+++ b/kern/rdxtree.c
@@ -16,6 +16,9 @@
*/
#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <string.h>
#include <kern/assert.h>
#include <kern/error.h>
@@ -25,9 +28,6 @@
#include <kern/macros.h>
#include <kern/rdxtree.h>
#include <kern/rdxtree_i.h>
-#include <kern/stddef.h>
-#include <kern/stdint.h>
-#include <kern/string.h>
#include <kern/work.h>
/*