summaryrefslogtreecommitdiff
path: root/tools/libinput-debug-gui.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-09-06 11:42:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-09-11 12:23:06 +1000
commit1e6802b91b0c6ed377b21f553c3c842a95068df9 (patch)
tree9a0dcdedfb71a05254586e51d5fd7eb81dcc59eb /tools/libinput-debug-gui.c
parentc84366e85e45a20a7d00a735aa31e7587ef5160c (diff)
downloadlibinput-1e6802b91b0c6ed377b21f553c3c842a95068df9.tar.gz
Remove some usage of libinput-util.h
Positive side-effect - this exposed a bunch of missing #includes that got pulled in by other headers before. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/libinput-debug-gui.c')
-rw-r--r--tools/libinput-debug-gui.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/libinput-debug-gui.c b/tools/libinput-debug-gui.c
index 629a5cf6..ea31e178 100644
--- a/tools/libinput-debug-gui.c
+++ b/tools/libinput-debug-gui.c
@@ -24,6 +24,7 @@
#include <linux/input.h>
+#include <assert.h>
#include <cairo.h>
#include <errno.h>
#include <fcntl.h>
@@ -41,7 +42,9 @@
#include <libevdev/libevdev.h>
#include <libinput.h>
-#include <libinput-util.h>
+#include "util-strings.h"
+#include "util-macros.h"
+#include "util-list.h"
#include "shared.h"