diff options
author | Isaac Freund <ifreund@ifreund.xyz> | 2020-11-11 14:16:41 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-11 15:40:47 +0100 |
commit | e06c9e43afd8d2067c2c28bc25ed0830e43e5c78 (patch) | |
tree | 547939dfa46a72c85c771c615ab0f94cb1be6977 /include/backend/x11.h | |
parent | 0724b3c453e45b59aecdaecd6b654e1febb68dc7 (diff) |
Remove unneeded includes from wlr_input_device.h
This uncovered many places where we were using things without directly
including them.
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index 549f6a77..03396361 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -10,7 +10,10 @@ #include <wlr/backend/x11.h> #include <wlr/config.h> #include <wlr/interfaces/wlr_input_device.h> +#include <wlr/interfaces/wlr_keyboard.h> #include <wlr/interfaces/wlr_output.h> +#include <wlr/interfaces/wlr_pointer.h> +#include <wlr/interfaces/wlr_touch.h> #include <wlr/render/egl.h> #include <wlr/render/wlr_renderer.h> |