summaryrefslogtreecommitdiff
path: root/kern/rbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rbtree.h')
-rw-r--r--kern/rbtree.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kern/rbtree.h b/kern/rbtree.h
index dd17e956..02a657c1 100644
--- a/kern/rbtree.h
+++ b/kern/rbtree.h
@@ -21,10 +21,11 @@
#ifndef _KERN_RBTREE_H
#define _KERN_RBTREE_H
+#include <stddef.h>
+#include <stdint.h>
+
#include <kern/assert.h>
#include <kern/macros.h>
-#include <kern/stddef.h>
-#include <kern/stdint.h>
/*
* Indexes of the left and right nodes in the children array of a node.