aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-02-15 12:01:24 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2024-02-15 15:56:36 +0100
commit541e6e260c2df0346b421cacfaf4ce5d204c49ba (patch)
tree10a90352976b9d7e48e9846f8a3e8fb30b4379c5 /sway/input/cursor.c
parentFix build with wlroots DRM backend disabled (diff)
downloadsway-541e6e260c2df0346b421cacfaf4ce5d204c49ba.tar.gz
sway-541e6e260c2df0346b421cacfaf4ce5d204c49ba.tar.zst
sway-541e6e260c2df0346b421cacfaf4ce5d204c49ba.zip
Drop unnecessary includes from sway/server.h
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c1
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 @@
9#include <wlr/types/wlr_cursor.h> 9#include <wlr/types/wlr_cursor.h>
10#include <wlr/types/wlr_cursor_shape_v1.h> 10#include <wlr/types/wlr_cursor_shape_v1.h>
11#include <wlr/types/wlr_pointer.h> 11#include <wlr/types/wlr_pointer.h>
12#include <wlr/types/wlr_relative_pointer_v1.h>
12#include <wlr/types/wlr_touch.h> 13#include <wlr/types/wlr_touch.h>
13#include <wlr/types/wlr_tablet_v2.h> 14#include <wlr/types/wlr_tablet_v2.h>
14#include <wlr/types/wlr_tablet_pad.h> 15#include <wlr/types/wlr_tablet_pad.h>