aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/touch.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-21 10:27:45 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-21 10:27:45 -0400
commitfd91244e8356f1fded735fae8f67d15efaccf6be (patch)
treeba6f47d84f621e52056e8c32ce6a86bf8a59d60c /backend/libinput/touch.c
parent53a8b4f127a370a84c81e0c91b8c6fce8b18842f (diff)
Update everyone to use new headers
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) {