From be455c98276cec6cc881ca0093476e244c765bf8 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:25:29 +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/savage_accel.c | 2 +- src/savage_driver.c | 2 +- src/savage_hwmc.c | 4 ++-- src/savage_streams.c | 2 +- src/savage_video.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/savage_accel.c b/src/savage_accel.c index f290f60..2bd8765 100644 --- a/src/savage_accel.c +++ b/src/savage_accel.c @@ -16,7 +16,7 @@ * */ -#include "Xarch.h" +#include #include "xaalocal.h" #include "xaarop.h" #include "miline.h" diff --git a/src/savage_driver.c b/src/savage_driver.c index ec545cc..08bfc0f 100644 --- a/src/savage_driver.c +++ b/src/savage_driver.c @@ -17,7 +17,7 @@ #include "globals.h" #define DPMS_SERVER -#include "extensions/dpms.h" +#include #include "xf86xv.h" diff --git a/src/savage_hwmc.c b/src/savage_hwmc.c index a8fe005..b0c2bd8 100644 --- a/src/savage_hwmc.c +++ b/src/savage_hwmc.c @@ -37,8 +37,8 @@ #include "xf86xv.h" #include "xf86xvmc.h" -#include "Xv.h" -#include "XvMC.h" +#include +#include #include "xaa.h" #include "xaalocal.h" #include "dixstruct.h" diff --git a/src/savage_streams.c b/src/savage_streams.c index 2fe2c25..ef4d815 100644 --- a/src/savage_streams.c +++ b/src/savage_streams.c @@ -1,4 +1,4 @@ -#include "Xv.h" +#include #include "dix.h" #include "dixstruct.h" diff --git a/src/savage_video.c b/src/savage_video.c index c354d25..d62d3c4 100644 --- a/src/savage_video.c +++ b/src/savage_video.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_video.c,v 1.17tsi Exp $ */ -#include "Xv.h" +#include #include "dix.h" #include "dixstruct.h" #include "fourcc.h" -- cgit v1.2.3