diff options
author | Simon Ser <contact@emersion.fr> | 2024-02-15 12:01:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-02-15 15:56:36 +0100 |
commit | 541e6e260c2df0346b421cacfaf4ce5d204c49ba (patch) | |
tree | 10a90352976b9d7e48e9846f8a3e8fb30b4379c5 /sway/input | |
parent | ca40663d4277ade2a7dfec0484db5b7881799ee4 (diff) |
Drop unnecessary includes from sway/server.h
Diffstat (limited to 'sway/input')
-rw-r--r-- | sway/input/cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 25fa603e..b00f81a9 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -9,6 +9,7 @@ #include <wlr/types/wlr_cursor.h> #include <wlr/types/wlr_cursor_shape_v1.h> #include <wlr/types/wlr_pointer.h> +#include <wlr/types/wlr_relative_pointer_v1.h> #include <wlr/types/wlr_touch.h> #include <wlr/types/wlr_tablet_v2.h> #include <wlr/types/wlr_tablet_pad.h> |