[PATCH 02/11] dix: remove duplicated includes
Nicolas Kaiser
nikai at nikai.net
Sun Oct 3 06:30:06 PDT 2010
Remove duplicated includes.
---
dix/events.c | 1 -
dix/getevents.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dix/events.c b/dix/events.c
index 07f7b1f..34c1e3f 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -138,7 +138,6 @@ typedef const char *string;
#include <X11/extensions/XI2.h>
#include "exglobals.h"
#include "exevents.h"
-#include "exglobals.h"
#include "extnsionst.h"
#include "dixevents.h"
diff --git a/dix/getevents.c b/dix/getevents.c
index e5134d3..9c602ee 100644
--- a/dix/getevents.c
+++ b/dix/getevents.c
@@ -60,7 +60,6 @@
#include <pixman.h>
#include "exglobals.h"
#include "exevents.h"
-#include "exglobals.h"
#include "extnsionst.h"
#include "listdev.h" /* for sizing up DeviceClassesChangedEvent */
--
1.7.2.2
More information about the xorg-devel
mailing list