From 4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Aug 2003 05:54:52 +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/fb/boot_font.c | 4 ++-- sys/dev/fb/gfb.c | 4 ++-- sys/dev/fb/s3_pci.c | 4 ++-- sys/dev/fb/tga.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sys/dev/fb') diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index db82efcc4a06..66167ba199b8 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -72,8 +72,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include +#include +#include #include #include diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index 4e031692ee29..4667dac260ad 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -80,8 +80,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include +#include +#include #include #include diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 69549db99adf..7ad2071e8447 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -52,8 +52,8 @@ #include #include -#include -#include +#include +#include #include #include diff --git a/sys/dev/fb/tga.c b/sys/dev/fb/tga.c index a5a56c029401..8ad6bb5b66bf 100644 --- a/sys/dev/fb/tga.c +++ b/sys/dev/fb/tga.c @@ -85,8 +85,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include +#include +#include #include #include -- cgit v1.3