summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2017-07-29 22:43:08 +0300
committerRan Benita <ran234@gmail.com>2017-07-31 15:55:48 +0300
commitd44ba481d7a22310f5345cc90f7ba66928006f40 (patch)
treed9b9cf7c533055e1c69640951f191a9dde5b38c7 /test
parent1b6fa0298ac691640a793e64ab2853ecfd5bba1a (diff)
downloadxorg-lib-libxkbcommon-d44ba481d7a22310f5345cc90f7ba66928006f40.tar.gz
build: remove unneeded preprocessor include flags
Better to avoid these unexpected include paths. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/rmlvo-to-kccgst.c4
-rw-r--r--test/rules-file.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/rmlvo-to-kccgst.c b/test/rmlvo-to-kccgst.c
index 5d15933..f3c8076 100644
--- a/test/rmlvo-to-kccgst.c
+++ b/test/rmlvo-to-kccgst.c
@@ -24,8 +24,8 @@
#include <unistd.h>
#include "test.h"
-#include "xkbcomp-priv.h"
-#include "rules.h"
+#include "xkbcomp/xkbcomp-priv.h"
+#include "xkbcomp/rules.h"
int
main(int argc, char *argv[])
diff --git a/test/rules-file.c b/test/rules-file.c
index e91d546..b32009e 100644
--- a/test/rules-file.c
+++ b/test/rules-file.c
@@ -22,8 +22,8 @@
*/
#include "test.h"
-#include "xkbcomp-priv.h"
-#include "rules.h"
+#include "xkbcomp/xkbcomp-priv.h"
+#include "xkbcomp/rules.h"
struct test_data {
/* Rules file */