From f13e5622e80cfe17b7f3b93119ae6eebc602341b Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Aug 2003 06:42:59 +0000 Subject: Prefer new location of pci include files (which have only been in the tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. --- sys/dev/rp/rp_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/rp/rp_pci.c') diff --git a/sys/dev/rp/rp_pci.c b/sys/dev/rp/rp_pci.c index 0e10266..3ef443b 100644 --- a/sys/dev/rp/rp_pci.c +++ b/sys/dev/rp/rp_pci.c @@ -51,8 +51,8 @@ #include #include -#include -#include +#include +#include /* PCI IDs */ #define RP_VENDOR_ID 0x11FE -- cgit v1.1