diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 16:55:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 16:55:28 +0000 |
commit | c1234e7d71e875a72c54eca74cbc2f63347cb884 (patch) | |
tree | b9eb5a5901dcd5d302cf5c5b2b2ba2b2f6cd9bd0 /sys/kern/kern_clock.c | |
parent | 790854fc3969b4dc1105915a4009f802424b68fb (diff) |
do not include machine/cpu.h from a .c file; it is the responsibility of
.h files to pull it in, if needed
ok tedu
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r-- | sys/kern/kern_clock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 7aec79d3e69..5f8ff077fc1 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_clock.c,v 1.79 2013/03/12 09:37:16 mpi Exp $ */ +/* $OpenBSD: kern_clock.c,v 1.80 2013/03/28 16:55:25 deraadt Exp $ */ /* $NetBSD: kern_clock.c,v 1.34 1996/06/09 04:51:03 briggs Exp $ */ /*- @@ -52,7 +52,6 @@ #include <sys/sched.h> #include <sys/timetc.h> -#include <machine/cpu.h> #ifdef GPROF #include <sys/gmon.h> |