From 72100ac7cff7485db3e869f1331caddb0bc21a24 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:25:28 +0000 Subject: Fix includes right throughout the Xserver tree: * change "foo.h" to for core headers, e.g. X.h, Xpoll.h; * change "foo.h", "extensions/foo.h" and "X11/foo.h" to for extension headers, e.g. Xv.h; * change "foo.[ch]" to for Xtrans files. --- src/i830_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830_driver.c') diff --git a/src/i830_driver.c b/src/i830_driver.c index e4e538e8..93082840 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -164,7 +164,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "fb.h" #include "miscstruct.h" #include "xf86xv.h" -#include "Xv.h" +#include #include "vbe.h" #include "vbeModes.h" -- cgit v1.2.3