summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kern/thread.c b/kern/thread.c
index f1dcc52..333ee9a 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -31,14 +31,6 @@
* Thread management primitives implementation.
*/
-#include <cpus.h>
-#include <hw_footprint.h>
-#include <mach_host.h>
-#include <mach_fixpri.h>
-#include <mach_pcsample.h>
-#include <simple_clock.h>
-#include <mach_debug.h>
-
#include <mach/std_types.h>
#include <mach/policy.h>
#include <mach/thread_info.h>