diff options
author | Ran Benita <ran234@gmail.com> | 2017-07-29 22:43:08 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2017-07-31 15:55:48 +0300 |
commit | d44ba481d7a22310f5345cc90f7ba66928006f40 (patch) | |
tree | d9b9cf7c533055e1c69640951f191a9dde5b38c7 /bench | |
parent | 1b6fa0298ac691640a793e64ab2853ecfd5bba1a (diff) | |
download | libxkbcommon-d44ba481d7a22310f5345cc90f7ba66928006f40.tar.gz libxkbcommon-d44ba481d7a22310f5345cc90f7ba66928006f40.tar.bz2 libxkbcommon-d44ba481d7a22310f5345cc90f7ba66928006f40.zip |
build: remove unneeded preprocessor include flags
Better to avoid these unexpected include paths.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'bench')
-rw-r--r-- | bench/rules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/rules.c b/bench/rules.c index 0dda7e3..c5d7dc8 100644 --- a/bench/rules.c +++ b/bench/rules.c @@ -24,8 +24,8 @@ #include <time.h> #include "../test/test.h" -#include "xkbcomp-priv.h" -#include "rules.h" +#include "xkbcomp/xkbcomp-priv.h" +#include "xkbcomp/rules.h" #include "bench.h" #define BENCHMARK_ITERATIONS 20000 |