diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-02-05 21:17:12 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:04 +0200 |
commit | 61721bfa3309f017155c3cfaab6f246afa3d6b18 (patch) | |
tree | a84fd7a6b5eebd5adff57d75f5f94175b5c7d401 /kern | |
parent | 0b5f13ce27017a23ba8a6b7e9a996fef3f42bbbb (diff) |
2007-02-05 Thomas Schwinge <tschwinge@gnu.org>
* kern/mach_clock.c: Don't include <kern/time_out.h>.
Diffstat (limited to 'kern')
-rw-r--r-- | kern/mach_clock.c | 4 |
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 */ |