X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fthread.h;fp=src%2Fthreads%2Fthread.h;h=d6a3990f1047d795b4255efa278af5f1a1119e32;hb=f2f8875638593bd5365cfd6a5ba7c9578e52322f;hp=27c1f041fa8f24f094cd666a3b50d8cd63840c0f;hpb=dca7bfbc436c5305ef8f0df6fbe1faba89a0012e;p=pintos-anon diff --git a/src/threads/thread.h b/src/threads/thread.h index 27c1f04..d6a3990 100644 --- a/src/threads/thread.h +++ b/src/threads/thread.h @@ -1,9 +1,9 @@ #ifndef HEADER_THREAD_H #define HEADER_THREAD_H 1 +#include +#include #include -#include "lib/debug.h" -#include "lib/list.h" #ifdef USERPROG #include "userprog/addrspace.h"