summaryrefslogtreecommitdiff
path: root/kern/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/lock.c')
-rw-r--r--kern/lock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/lock.c b/kern/lock.c
index 4d88153..15bc988 100644
--- a/kern/lock.c
+++ b/kern/lock.c
@@ -34,9 +34,6 @@
* Locking primitives implementation
*/
-#include <cpus.h>
-#include <mach_kdb.h>
-
#include <kern/lock.h>
#include <kern/thread.h>
#include <kern/sched_prim.h>