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"