From: Ben Pfaff Date: Tue, 21 Sep 2004 02:28:36 +0000 (+0000) Subject: Remove unneeded #include. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8e3d3f61fa0f52ecfe315c2cdefaef1fc71cc1;p=pintos-anon Remove unneeded #include. --- 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.