diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-01-05 16:30:51 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-01-05 16:30:51 +0000 |
commit | fdb3e1d5db5623cafa0263d3153b881735bcdfd1 (patch) | |
tree | bb99c69c3d11fb31d8b5f5878a438e6ec89dacb4 /sys/arch | |
parent | 4d02b357ad53039e64a8e491ef5df9f0fc1d8a46 (diff) |
- remove unused headers wrapped in #if defined(DDB)
ok jsing@ kettenis@
Diffstat (limited to 'sys/arch')
-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 *); |