diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-23 00:03:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-23 00:03:11 +0000 |
commit | 554ba6d90e36689b8cea9ac00ed3eef4dd73136f (patch) | |
tree | 90f642f2e100842017f47ed80dd7dfedd6a85074 /sys/arch | |
parent | 7140a68221f8194b57e2491ecedb33ce177079dc (diff) |
Kill redundant or unnecessary includes.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/dev/sgc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hp300/dev/sgc.c b/sys/arch/hp300/dev/sgc.c index eb1707df1af..6b4115590ea 100644 --- a/sys/arch/hp300/dev/sgc.c +++ b/sys/arch/hp300/dev/sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgc.c,v 1.1 2005/01/14 22:39:26 miod Exp $ */ +/* $OpenBSD: sgc.c,v 1.2 2005/01/23 00:03:10 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -34,14 +34,11 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/kernel.h> -#include <sys/device.h> #include <machine/autoconf.h> #include <machine/cpu.h> #include <machine/hp300spu.h> -#include <hp300/dev/dmavar.h> - #include <hp300/dev/sgcreg.h> #include <hp300/dev/sgcvar.h> |