aboutsummaryrefslogtreecommitdiff
path: root/include/backend/libinput.h
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 /include/backend/libinput.h
parentfd91244e8356f1fded735fae8f67d15efaccf6be (diff)
Reorganize wlr-common
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r--include/backend/libinput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index f424053a..bb83c749 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -1,10 +1,10 @@
#ifndef _WLR_BACKEND_LIBINPUT_INTERNAL_H
#define _WLR_BACKEND_LIBINPUT_INTERNAL_H
#include <libinput.h>
-#include <wlr/backend/interface.h>
-#include <wlr/common/list.h>
#include <wayland-server-core.h>
+#include <wlr/backend/interface.h>
#include <wlr/interfaces/wlr_input_device.h>
+#include <wlr/util/list.h>
#include "backend/udev.h"
struct wlr_backend_state {