diff options
author | 2011-01-05 16:30:50 +0000 | |
---|---|---|
committer | 2011-01-05 16:30:50 +0000 | |
commit | b024cdb98bc13c912c498e63d349ac6be2073384 (patch) | |
tree | e1f83c2d820dd7beb4a564b1b3f9d8ad3d391fd6 | |
parent | Put the "su -c ..." command into an rcexec variable so that we can (diff) | |
download | wireguard-openbsd-b024cdb98bc13c912c498e63d349ac6be2073384.tar.xz wireguard-openbsd-b024cdb98bc13c912c498e63d349ac6be2073384.zip |
- remove unused headers wrapped in #if defined(DDB)
ok jsing@ kettenis@
-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 *); |