[PATCH 02/11] dix: remove duplicated includes

Matthieu Herrb matthieu.herrb at laas.fr
Sun Oct 3 07:07:28 PDT 2010


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.herrb at laas.fr>

-- 
Matthieu Herrb


More information about the xorg-devel mailing list