X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Ftss.c;h=4e1dc004332549d4e976d60565f24055111131bd;hb=2e6303a4b957eb770b0cab4172bd43a7c01c927d;hp=4b32d8507976f6995d8c242bdc8664b9ce034fbb;hpb=c7172468133f9f739b66d22f351b1934d1b6190e;p=pintos-anon diff --git a/src/userprog/tss.c b/src/userprog/tss.c index 4b32d85..4e1dc00 100644 --- a/src/userprog/tss.c +++ b/src/userprog/tss.c @@ -1,9 +1,9 @@ -#include "tss.h" +#include "userprog/tss.h" +#include #include -#include "debug.h" -#include "gdt.h" -#include "mmu.h" -#include "palloc.h" +#include "userprog/gdt.h" +#include "threads/mmu.h" +#include "threads/palloc.h" /* The Task-State Segment (TSS).