X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fuserprog%2Fgdt.c;h=42cad61449265c0e1179dfaf0dbc03b57c3010c0;hb=843dc0b0675db989ffa0c953ca71b211a57eed9c;hp=c1228495499c664a00b60092c57003a5c6cef23f;hpb=c7172468133f9f739b66d22f351b1934d1b6190e;p=pintos-anon diff --git a/src/userprog/gdt.c b/src/userprog/gdt.c index c122849..42cad61 100644 --- a/src/userprog/gdt.c +++ b/src/userprog/gdt.c @@ -1,8 +1,8 @@ -#include "gdt.h" -#include "debug.h" -#include "mmu.h" -#include "palloc.h" -#include "tss.h" +#include "userprog/gdt.h" +#include +#include "userprog/tss.h" +#include "threads/mmu.h" +#include "threads/palloc.h" /* The Global Descriptor Table (GDT).