X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fuserprog%2Faddrspace.c;h=bb2dc606a427d2929052dfa27d936fcfa5716858;hp=2574c31d7d91737c7f57194ed2571544bd21a039;hb=f6580e9ad405b519dbe85027691bf3c66074b0a4;hpb=2324ca7dd99fe1787ff4eac42f73d491eb2b9f36 diff --git a/src/userprog/addrspace.c b/src/userprog/addrspace.c index 2574c31..bb2dc60 100644 --- a/src/userprog/addrspace.c +++ b/src/userprog/addrspace.c @@ -1,15 +1,15 @@ #include "addrspace.h" #include -#include "debug.h" -#include "file.h" -#include "filesys.h" -#include "init.h" -#include "lib.h" -#include "mmu.h" -#include "paging.h" -#include "palloc.h" -#include "thread.h" #include "tss.h" +#include "filesys/file.h" +#include "filesys/filesys.h" +#include "lib/debug.h" +#include "lib/lib.h" +#include "threads/init.h" +#include "threads/mmu.h" +#include "threads/paging.h" +#include "threads/palloc.h" +#include "threads/thread.h" /* We load ELF binaries. The following definitions are taken from the ELF specification, [ELF1], more-or-less verbatim. */