aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/libinput/touch.c')
-rw-r--r--backend/libinput/touch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/libinput/touch.c b/backend/libinput/touch.c
index 02c9cfef..d0048ff0 100644
--- a/backend/libinput/touch.c
+++ b/backend/libinput/touch.c
@@ -2,11 +2,11 @@
#include <assert.h>
#include <libinput.h>
#include <wlr/session.h>
-#include <wlr/types.h>
+#include <wlr/types/wlr_input_device.h>
+#include <wlr/interfaces/wlr_touch.h>
#include <wlr/common/list.h>
#include "backend/libinput.h"
#include "common/log.h"
-#include "types.h"
struct wlr_touch *wlr_libinput_touch_create(
struct libinput_device *device) {