From c63d55be53ac04503371ab72d1ffb8bd32e9369b Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:25:23 +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/cyrix_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cyrix_driver.c b/src/cyrix_driver.c index 5328aac..ae1137f 100644 --- a/src/cyrix_driver.c +++ b/src/cyrix_driver.c @@ -75,12 +75,12 @@ #ifdef XFreeXDGA #define _XF86DGA_SERVER_ -#include "extensions/xf86dgastr.h" +#include #endif #include "opaque.h" #define DPMS_SERVER -#include "extensions/dpms.h" +#include static const OptionInfoRec * CYRIXAvailableOptions(int chip, int busid); static void CYRIXIdentify(int flags); -- cgit v1.2.3