sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 266cd4515a015b5684eaf6c0b48ce1afa9be2739
parent e940acd3749a5af08d5c404cae242c8693784ddc
Author: Scott Dubinsky <scott@sdubinsky.com>
Date:   Fri, 20 Sep 2024 18:12:08 +0300

Remove unguarded double include

Diffstat:
Msway/input/input-manager.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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>