diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-11-28 05:02:05 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-11-28 05:02:05 +0000 |
commit | abfb7490653ddc89fda0005dc8bfed11facc07c7 (patch) | |
tree | 7aa81495642c3e4422af34838c7330233569830b /sys/dev | |
parent | cf934283482a244de7617f71cd4e15afb8be3f65 (diff) |
Remove unused headers.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/rtl80x9.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/rtl80x9.c b/sys/dev/ic/rtl80x9.c index c9a85d09ca6..61a24bf43ab 100644 --- a/sys/dev/ic/rtl80x9.c +++ b/sys/dev/ic/rtl80x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl80x9.c,v 1.1 1998/11/06 06:34:36 fgsch Exp $ */ +/* $OpenBSD: rtl80x9.c,v 1.2 1998/11/28 05:02:04 fgsch Exp $ */ /* $NetBSD: rtl80x9.c,v 1.1 1998/10/31 00:44:33 thorpej Exp $ */ /*- @@ -65,10 +65,6 @@ #include <machine/bus.h> #include <machine/intr.h> -#include <dev/pci/pcireg.h> -#include <dev/pci/pcivar.h> -#include <dev/pci/pcidevs.h> - #include <dev/ic/dp8390reg.h> #include <dev/ic/dp8390var.h> |