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. --- lbx/lbxdix.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lbx/lbxdix.c') diff --git a/lbx/lbxdix.c b/lbx/lbxdix.c index c392e6415..ac1d7bc8d 100644 --- a/lbx/lbxdix.c +++ b/lbx/lbxdix.c @@ -54,8 +54,8 @@ in this Software without prior written authorization from The Open Group. #include #define NEED_REPLIES #define NEED_EVENTS -#include "X.h" -#include "Xproto.h" +#include +#include #include "misc.h" #include "os.h" #include "dixstruct.h" @@ -68,13 +68,13 @@ in this Software without prior written authorization from The Open Group. #include "windowstr.h" #include "propertyst.h" #define _XLBX_SERVER_ -#include "lbxstr.h" +#include #include "lbxserve.h" #include "lbxtags.h" #include "lbxdata.h" -#include "Xfuncproto.h" +#include #ifdef XAPPGROUP -#include "Xagsrv.h" +#include #endif #include "swaprep.h" -- cgit v1.2.3