diff options
author | mux <mux@FreeBSD.org> | 2002-11-13 17:40:15 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-11-13 17:40:15 +0000 |
commit | 4068f70fba8940e028b6aee6ccac2bd530bbae01 (patch) | |
tree | d407fca0bc4914bfe6848dc1fa24c0862a636a13 /sys/pci/agp_ali.c | |
parent | 3c348eda15409bef7fb97235601a3ef1b29aba15 (diff) | |
download | FreeBSD-src-4068f70fba8940e028b6aee6ccac2bd530bbae01.zip FreeBSD-src-4068f70fba8940e028b6aee6ccac2bd530bbae01.tar.gz |
Remove a bunch of #include "opt_pci.h".
Diffstat (limited to 'sys/pci/agp_ali.c')
-rw-r--r-- | sys/pci/agp_ali.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index 6f097af..fc8004c 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -27,7 +27,6 @@ */ #include "opt_bus.h" -#include "opt_pci.h" #include <sys/param.h> #include <sys/systm.h> |