projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9155fe5
)
Remove unneeded #include.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Sep 2004 02:28:36 +0000
(
02:28
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Sep 2004 02:28:36 +0000
(
02:28
+0000)
src/threads/thread.c
patch
|
blob
|
history
diff --git
a/src/threads/thread.c
b/src/threads/thread.c
index 336be0392804907a9c560d87c1256f500991a8bc..b50eafe4f75e71280ebfd4b76b34fad1eebe4859 100644
(file)
--- 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.