diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-09 20:52:26 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-09 20:52:26 -0700 |
commit | e98eb80509476459f207d902a2a8052b967e2d93 (patch) | |
tree | e6f717e6bdb7ad8bd3b44d7b06e243c2365126d5 /test/rulescomp.c | |
parent | 0280b10df90ff5fb5a38f9a61800338bcc15b8ca (diff) |
test: Remove extraneous includes
These programs don't actually use the internal API.
Diffstat (limited to 'test/rulescomp.c')
-rw-r--r-- | test/rulescomp.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/rulescomp.c b/test/rulescomp.c index 4dbe353..8046b49 100644 --- a/test/rulescomp.c +++ b/test/rulescomp.c @@ -26,10 +26,11 @@ authorization from the authors. #include <stdlib.h> #include <stdio.h> -#include "xkbmisc.h" -#include "xkbrules.h" -#include "X11/extensions/XKBcommon.h" +#include <X11/X.h> +#include <X11/Xdefs.h> #include <X11/extensions/XKBstrcommon.h> +#include <X11/extensions/XKBrulescommon.h> +#include "X11/extensions/XKBcommon.h" #include "xkbcomp/utils.h" int main(int argc, char *argv[]) |