summaryrefslogtreecommitdiff
path: root/kern/mach_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mach_clock.c')
-rw-r--r--kern/mach_clock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kern/mach_clock.c b/kern/mach_clock.c
index 5491e88..22c4a74 100644
--- a/kern/mach_clock.c
+++ b/kern/mach_clock.c
@@ -46,13 +46,13 @@
#include <kern/debug.h>
#include <kern/host.h>
#include <kern/lock.h>
+#include <kern/mach_clock.h>
#include <kern/mach_param.h>
#include <kern/processor.h>
#include <kern/queue.h>
#include <kern/sched.h>
#include <kern/sched_prim.h>
#include <kern/thread.h>
-#include <kern/time_out.h>
#include <kern/time_stamp.h>
#include <kern/timer.h>
#include <vm/vm_kern.h>
@@ -64,8 +64,6 @@
#include <kern/pc_sample.h>
#endif
-#include "mach_clock.h"
-
void softclock(); /* forward */
int hz = HZ; /* number of ticks per second */