diff options
Diffstat (limited to 'backend/libinput/events.c')
-rw-r--r-- | backend/libinput/events.c | 4 |
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, |