Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/object/list.c b/object/list.c
index a4e2f17..6af7a72 100644
--- a/object/list.c
+++ b/object/list.c
@@ -8,8 +8,8 @@
#include <stdarg.h>
#include <nucleus/kernel.h>
-#include <nucleus/object.h>
#include <nucleus/memory.h>
+#include <nucleus/object.h>
/* Structure for a List Entry */
struct ListEntry {