X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fthread.c;h=b50eafe4f75e71280ebfd4b76b34fad1eebe4859;hb=32b1b03388226a6508b7ebc514e9aa1ff394fdc9;hp=336be0392804907a9c560d87c1256f500991a8bc;hpb=9155fe538010164abb208b3c393dde7faa946702;p=pintos-anon diff --git a/src/threads/thread.c b/src/threads/thread.c index 336be03..b50eafe 100644 --- a/src/threads/thread.c +++ b/src/threads/thread.c @@ -13,7 +13,6 @@ #include "threads/synch.h" #ifdef USERPROG #include "userprog/process.h" -#include "userprog/gdt.h" #endif /* Random value for struct thread's `magic' member.