summaryrefslogtreecommitdiff
path: root/kern/rbtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rbtree.c')
-rw-r--r--kern/rbtree.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kern/rbtree.c b/kern/rbtree.c
index 0d0a844..e2ea54a 100644
--- a/kern/rbtree.c
+++ b/kern/rbtree.c
@@ -15,12 +15,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stddef.h>
+#include <stdint.h>
+
#include <kern/assert.h>
#include <kern/macros.h>
#include <kern/rbtree.h>
#include <kern/rbtree_i.h>
-#include <kern/stddef.h>
-#include <kern/stdint.h>
/*
* Return the index of a node in the children array of its parent.