diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-09-20 18:12:08 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-09-20 18:12:08 +0300 |
| commit | 546a52745b7bc471e368a24663ab80c37891460d (patch) | |
| tree | 59a30f7d8a78da101bd91f416835489131999839 | |
| parent | a0fdaf64c3c3d0a0b0b0ad7dbc4a137e7f7e0508 (diff) | |
Remove unguarded double include
(cherry picked from commit 266cd4515a015b5684eaf6c0b48ce1afa9be2739)
| -rw-r--r-- | sway/input/input-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c index 248ca34e..ddfe1468 100644 --- a/sway/input/input-manager.c +++ b/sway/input/input-manager.c @@ -4,7 +4,6 @@ #include <math.h> #include <assert.h> #include <wlr/config.h> -#include <wlr/backend/libinput.h> #include <wlr/types/wlr_cursor.h> #include <wlr/types/wlr_keyboard_group.h> #include <wlr/types/wlr_virtual_keyboard_v1.h> |
