diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2011-04-24 12:43:05 +0200 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-25 10:45:34 -0700 |
commit | 79b3a7f83d7cbee397eecebef1af31c048d295e8 (patch) | |
tree | 46d1555792305b7b646c98cbddce4719c9be1152 /test | |
parent | a17c30d43e0db6c65cc73cd2be5193c02f138bf5 (diff) |
test/xi2: remove duplicated include
Remove duplicated include.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Diffstat (limited to 'test')
-rw-r--r-- | test/xi2/protocol-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/xi2/protocol-common.h b/test/xi2/protocol-common.h index 18c61e62a..b55f57c05 100644 --- a/test/xi2/protocol-common.h +++ b/test/xi2/protocol-common.h @@ -27,7 +27,6 @@ #include "scrnintstr.h" #include "windowstr.h" -#include "scrnintstr.h" #include "exevents.h" #include <assert.h> |