X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fpalloc.c;fp=src%2Fthreads%2Fpalloc.c;h=e3cfafb7fc1bd468345288cef3ffafa61e7c7a4e;hb=f6580e9ad405b519dbe85027691bf3c66074b0a4;hp=2b07ad769c139ff3f7f661980936fbde0e6eea5e;hpb=2324ca7dd99fe1787ff4eac42f73d491eb2b9f36;p=pintos-anon diff --git a/src/threads/palloc.c b/src/threads/palloc.c index 2b07ad7..e3cfafb 100644 --- a/src/threads/palloc.c +++ b/src/threads/palloc.c @@ -1,13 +1,13 @@ #include "palloc.h" #include #include -#include "debug.h" #include "init.h" #include "loader.h" -#include "lib.h" -#include "list.h" #include "mmu.h" #include "synch.h" +#include "lib/debug.h" +#include "lib/lib.h" +#include "lib/list.h" /* Page allocator. Hands out memory in page-size chunks. See malloc.h for an allocator that hands out smaller