X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ffilesys%2Ffilehdr.c;h=eafe2114704bc8b09eb324a9b6bf26f79deacedf;hp=d7d2cc2af52ba24cc31f21419dd606c28f6a0fec;hb=f6580e9ad405b519dbe85027691bf3c66074b0a4;hpb=2324ca7dd99fe1787ff4eac42f73d491eb2b9f36 diff --git a/src/filesys/filehdr.c b/src/filesys/filehdr.c index d7d2cc2..eafe211 100644 --- a/src/filesys/filehdr.c +++ b/src/filesys/filehdr.c @@ -1,9 +1,9 @@ #include "filehdr.h" -#include "bitmap.h" -#include "debug.h" -#include "malloc.h" #include "filesys.h" -#include "lib.h" +#include "lib/bitmap.h" +#include "lib/debug.h" +#include "lib/lib.h" +#include "threads/malloc.h" /* Allocates sectors from bitmap B for the content of a file whose size is LENGTH bytes, and returns a new `struct filehdr'