From 292c4cff26687e6ef86c285b97813ab587daf009 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2005 12:25:48 +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. --- Xext/xvmc.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Xext/xvmc.c') diff --git a/Xext/xvmc.c b/Xext/xvmc.c index e37ee7c38..e533393df 100644 --- a/Xext/xvmc.c +++ b/Xext/xvmc.c @@ -2,8 +2,8 @@ #define NEED_REPLIES #define NEED_EVENTS -#include "X.h" -#include "Xproto.h" +#include +#include #include "misc.h" #include "os.h" #include "dixstruct.h" @@ -11,11 +11,11 @@ #include "scrnintstr.h" #include "extnsionst.h" #include "servermd.h" -#include "Xfuncproto.h" +#include #include "xvdix.h" -#include "XvMC.h" -#include "Xvproto.h" -#include "XvMCproto.h" +#include +#include +#include #include "xvmcext.h" #ifdef HAS_XVMCSHM -- cgit v1.2.3