On Sun, Oct 03, 2010 at 03:30:06PM +0200, Nicolas Kaiser wrote: > 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 */ >
Reviewed-by: Matthieu Herrb <matthieu.he...@laas.fr> -- Matthieu Herrb _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel