aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Dubinsky <scott@sdubinsky.com>2024-09-20 18:12:08 +0300
committerSimon Ser <contact@emersion.fr>2024-09-20 17:18:26 +0200
commit266cd4515a015b5684eaf6c0b48ce1afa9be2739 (patch)
treebcec533ab10a4a1d9fc52d59beaf4950dd84f8ea
parente940acd3749a5af08d5c404cae242c8693784ddc (diff)
Remove unguarded double include
-rw-r--r--sway/input/input-manager.c1
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>