aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/events.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-21 12:10:07 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-21 12:10:07 -0400
commitf4453d104dcf0742af0949225cada72a6cc65d05 (patch)
treec9d447041a1057641221bd3e53958de4f28e4c87 /backend/libinput/events.c
parentfd91244e8356f1fded735fae8f67d15efaccf6be (diff)
Reorganize wlr-common
Diffstat (limited to 'backend/libinput/events.c')
-rw-r--r--backend/libinput/events.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/libinput/events.c b/backend/libinput/events.c
index 1f8f51c7..6cd33e3d 100644
--- a/backend/libinput/events.c
+++ b/backend/libinput/events.c
@@ -2,10 +2,10 @@
#include <assert.h>
#include <libinput.h>
#include <wlr/session.h>
-#include <wlr/common/list.h>
#include <wlr/interfaces/wlr_input_device.h>
+#include <wlr/util/list.h>
+#include <wlr/util/log.h>
#include "backend/libinput.h"
-#include "common/log.h"
struct wlr_input_device *get_appropriate_device(
enum wlr_input_device_type desired_type,