diff options
author | Carl Smedstad <carl.smedstad@protonmail.com> | 2022-11-06 20:31:41 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-01-03 21:50:56 +0100 |
commit | 95405911051dbb233902c95f824dccdde1e419fd (patch) | |
tree | aec4203df66bdd6b556fb849d1f6d898830fd3b4 /include/sway/input | |
parent | e3257e646ce72a3f26cc5ca67f07389e497c816b (diff) |
Add missing includes & remove duplicates
Diffstat (limited to 'include/sway/input')
-rw-r--r-- | include/sway/input/text_input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/input/text_input.h b/include/sway/input/text_input.h index c70fd935..4de96d44 100644 --- a/include/sway/input/text_input.h +++ b/include/sway/input/text_input.h @@ -4,7 +4,6 @@ #include <wlr/types/wlr_text_input_v3.h> #include <wlr/types/wlr_input_method_v2.h> #include <wlr/types/wlr_compositor.h> -#include "sway/input/seat.h" /** * The relay structure manages the relationship between text-input and |