diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-21 10:27:45 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-21 10:27:45 -0400 |
commit | fd91244e8356f1fded735fae8f67d15efaccf6be (patch) | |
tree | ba6f47d84f621e52056e8c32ce6a86bf8a59d60c /include/wlr/backend | |
parent | 53a8b4f127a370a84c81e0c91b8c6fce8b18842f (diff) |
Update everyone to use new headers
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/libinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/backend/libinput.h b/include/wlr/backend/libinput.h index 7108f42c..29748b77 100644 --- a/include/wlr/backend/libinput.h +++ b/include/wlr/backend/libinput.h @@ -6,7 +6,7 @@ #include <wlr/session.h> #include <wlr/backend.h> #include <wlr/backend/udev.h> -#include <wlr/types.h> +#include <wlr/types/wlr_input_device.h> struct wlr_backend *wlr_libinput_backend_create(struct wl_display *display, struct wlr_session *session, struct wlr_udev *udev); |