diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/dev/clock.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/hppa/dev/clock.c b/sys/arch/hppa/dev/clock.c index 3776eca6685..d498fadb726 100644 --- a/sys/arch/hppa/dev/clock.c +++ b/sys/arch/hppa/dev/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.26 2011/01/01 19:00:56 jasper Exp $ */ +/* $OpenBSD: clock.c,v 1.27 2011/01/05 16:30:50 jasper Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -41,13 +41,6 @@ #include <machine/cpufunc.h> #include <machine/autoconf.h> -#if defined(DDB) -#include <uvm/uvm_extern.h> -#include <machine/db_machdep.h> -#include <ddb/db_sym.h> -#include <ddb/db_extern.h> -#endif - u_long cpu_hzticks; int cpu_hardclock(void *); |