diff options
Diffstat (limited to 'sys/arch/i386/isa/clock.c')
-rw-r--r-- | sys/arch/i386/isa/clock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/clock.c b/sys/arch/i386/isa/clock.c index 289247f5717..e4da81f5c94 100644 --- a/sys/arch/i386/isa/clock.c +++ b/sys/arch/i386/isa/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.51 2017/01/25 08:23:50 tom Exp $ */ +/* $OpenBSD: clock.c,v 1.52 2017/09/08 05:36:51 deraadt Exp $ */ /* $NetBSD: clock.c,v 1.39 1996/05/12 23:11:54 mycroft Exp $ */ /*- @@ -85,7 +85,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* * Primitive clock interrupt routines. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> |