aboutsummaryrefslogtreecommitdiff
path: root/examples/pointer.c
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-11-11 14:16:41 +0100
committerSimon Ser <contact@emersion.fr>2020-11-11 15:40:47 +0100
commite06c9e43afd8d2067c2c28bc25ed0830e43e5c78 (patch)
tree547939dfa46a72c85c771c615ab0f94cb1be6977 /examples/pointer.c
parent0724b3c453e45b59aecdaecd6b654e1febb68dc7 (diff)
Remove unneeded includes from wlr_input_device.h
This uncovered many places where we were using things without directly including them.
Diffstat (limited to 'examples/pointer.c')
-rw-r--r--examples/pointer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/pointer.c b/examples/pointer.c
index 703aa59e..92a5934e 100644
--- a/examples/pointer.c
+++ b/examples/pointer.c
@@ -15,6 +15,9 @@
#include <wlr/types/wlr_list.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_output_layout.h>
+#include <wlr/types/wlr_pointer.h>
+#include <wlr/types/wlr_tablet_tool.h>
+#include <wlr/types/wlr_touch.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/util/log.h>
#include <xkbcommon/xkbcommon.h>