diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-08-03 03:45:14 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-08-08 16:23:30 +0200 |
commit | 6021a9762b9f375924a0e0e56bbd1dd739a2b37d (patch) | |
tree | c713bb16a9c63fab001c69f83ac14984e360d540 /test/rulescomp.c | |
parent | 39da9274a7abca8539391925c797234ce6a6d590 (diff) |
test: Minimise includes
Mostly from functions which used to use file functions directly, but now
use test.h wrappers.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test/rulescomp.c')
-rw-r--r-- | test/rulescomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <assert.h> #include <stdio.h> -#include <string.h> #include <time.h> #include "xkbcommon/xkbcommon.h" |