diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-09-16 16:38:26 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-09-16 16:38:26 +0000 |
commit | c1b27ada96eb1302871896c121672f3f16d442c0 (patch) | |
tree | b611a81be2efa9a13b8fca24bf43fd0cea407180 | |
parent | 1f2d6a5fa47ce5770dfea60d2353c1571104bb74 (diff) |
- remove some unneeded headers
with and ok jsing@
-rw-r--r-- | sys/arch/sgi/dev/power.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/sgi/dev/power.c b/sys/arch/sgi/dev/power.c index ee8b4060f66..35f5c8f3146 100644 --- a/sys/arch/sgi/dev/power.c +++ b/sys/arch/sgi/dev/power.c @@ -1,4 +1,4 @@ -/* $OpenBSD: power.c,v 1.6 2008/02/21 11:42:23 jsing Exp $ */ +/* $OpenBSD: power.c,v 1.7 2008/09/16 16:38:25 jasper Exp $ */ /* * Copyright (c) 2007 Jasper Lievisse Adriaanse <jasper@openbsd.org> @@ -16,24 +16,16 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> -#include <sys/kernel.h> #include <sys/device.h> -#include <sys/conf.h> #include <sys/proc.h> #include <sys/signalvar.h> #include <dev/ic/ds1687reg.h> -#include <machine/bus.h> #include <machine/autoconf.h> -#include <mips64/archtype.h> -#include <mips64/dev/clockvar.h> - -#include <sgi/localbus/crimebus.h> #include <sgi/localbus/macebus.h> /* |