From: Daniel Stone Date: Fri, 3 Aug 2012 01:45:14 +0000 (+0200) Subject: test: Minimise includes X-Git-Tag: xkbcommon-0.2.0~296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6021a9762b9f375924a0e0e56bbd1dd739a2b37d;p=platform%2Fupstream%2Flibxkbcommon.git test: Minimise includes Mostly from functions which used to use file functions directly, but now use test.h wrappers. Signed-off-by: Daniel Stone --- diff --git a/test/dump.c b/test/dump.c index e1120e6..02b74c2 100644 --- a/test/dump.c +++ b/test/dump.c @@ -25,13 +25,8 @@ */ #include -#include #include #include -#include -#include -#include -#include #include "xkbcommon/xkbcommon.h" #include "test.h" diff --git a/test/filecomp.c b/test/filecomp.c index d5ec635..e56893b 100644 --- a/test/filecomp.c +++ b/test/filecomp.c @@ -25,10 +25,8 @@ */ #include -#include #include -#include -#include +#include #include "xkbcommon/xkbcommon.h" #include "test.h" diff --git a/test/keysym.c b/test/keysym.c index ff8685a..719202f 100644 --- a/test/keysym.c +++ b/test/keysym.c @@ -1,7 +1,6 @@ #include -#include #include -#include +#include #include "test.h" diff --git a/test/rulescomp.c b/test/rulescomp.c index 30c0df8..8eb9464 100644 --- a/test/rulescomp.c +++ b/test/rulescomp.c @@ -26,7 +26,6 @@ #include #include -#include #include #include "xkbcommon/xkbcommon.h" diff --git a/test/state.c b/test/state.c index fe57844..4eccb34 100644 --- a/test/state.c +++ b/test/state.c @@ -29,8 +29,6 @@ #include #include "xkbcommon/xkbcommon.h" -#include "xkbcommon/xkbcommon-names.h" -#include "xkb-priv.h" #include "test.h" /* Offset between evdev keycodes (where KEY_ESCAPE is 1), and the evdev XKB diff --git a/test/stringcomp.c b/test/stringcomp.c index b7513f6..e13a312 100644 --- a/test/stringcomp.c +++ b/test/stringcomp.c @@ -24,13 +24,8 @@ */ #include -#include #include #include -#include -#include -#include -#include #include "xkbcommon/xkbcommon.h" #include "test.h"