[PATCH] dix: Remove includes which are not actually used directly
Benjamin Close
Benjamin.Close at clearchain.com
Thu Feb 12 21:40:10 PST 2009
Signed-off-by: Benjamin Close <Benjamin.Close at clearchain.com>
---
dix/dispatch.c | 4 ----
dix/dixfonts.c | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/dix/dispatch.c b/dix/dispatch.c
index 5cde80b..c1e16a2 100644
--- a/dix/dispatch.c
+++ b/dix/dispatch.c
@@ -130,10 +130,6 @@ int ProcInitialConnection();
#include "dispatch.h"
#include "swaprep.h"
#include "swapreq.h"
-#ifdef PANORAMIX
-#include "panoramiX.h"
-#include "panoramiXsrv.h"
-#endif
#include "privates.h"
#include "xace.h"
#include "inputstr.h"
diff --git a/dix/dixfonts.c b/dix/dixfonts.c
index 9f596e8..7d80781 100644
--- a/dix/dixfonts.c
+++ b/dix/dixfonts.c
@@ -70,10 +70,6 @@ Equipment Corporation.
#include <stdio.h>
#endif
-#ifdef PANORAMIX
-#include "panoramiX.h"
-#endif
-
#ifdef XF86BIGFONT
#define _XF86BIGFONT_SERVER_
#include <X11/extensions/xf86bigfont.h>
--
1.6.0.6
More information about the xorg-devel
mailing list