BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / memory / page.c

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/memory/page.c b/memory/page.c
index 95b1548..986b4d9 100644
--- a/memory/page.c
+++ b/memory/page.c
@@ -4,8 +4,8 @@
  * is, and the frame tracks where in physical memory the data is located.
  */
 
-#include <nucleus/object.h>
 #include <nucleus/memory.h>
+#include <nucleus/object.h>
 #include "paging.h"
 #include "namespace.h"