BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / object

// Related

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 {