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 /backend/libinput/tablet_tool.c | |
parent | 53a8b4f127a370a84c81e0c91b8c6fce8b18842f (diff) |
Update everyone to use new headers
Diffstat (limited to 'backend/libinput/tablet_tool.c')
-rw-r--r-- | backend/libinput/tablet_tool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/libinput/tablet_tool.c b/backend/libinput/tablet_tool.c index e8a3bc7d..8cf2933b 100644 --- a/backend/libinput/tablet_tool.c +++ b/backend/libinput/tablet_tool.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_tablet_tool.h> #include <wlr/common/list.h> #include "backend/libinput.h" #include "common/log.h" -#include "types.h" struct wlr_tablet_tool *wlr_libinput_tablet_tool_create( struct libinput_device *device) { |