[PATCH libinput 6/6] test: move include for local linux/input.h down

Peter Hutterer peter.hutterer at who-t.net
Tue Jul 19 03:18:57 UTC 2016


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 test/litest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/litest.c b/test/litest.c
index 56b9364..e22c729 100644
--- a/test/litest.c
+++ b/test/litest.c
@@ -39,7 +39,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <unistd.h>
-#include "linux/input.h"
 #include <sys/ptrace.h>
 #include <sys/sendfile.h>
 #include <sys/timerfd.h>
@@ -48,6 +47,7 @@
 #include <sys/types.h>
 #include <libudev.h>
 
+#include "linux/input.h"
 #include "litest.h"
 #include "litest-int.h"
 #include "libinput-util.h"
-- 
2.7.4



More information about the wayland-devel mailing list