aboutsummaryrefslogtreecommitdiffstats
path: root/sway/xdg_activation_v1.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/xdg_activation_v1.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/xdg_activation_v1.c')
-rw-r--r--sway/xdg_activation_v1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/xdg_activation_v1.c b/sway/xdg_activation_v1.c
index c26ee19a..47270f73 100644
--- a/sway/xdg_activation_v1.c
+++ b/sway/xdg_activation_v1.c
@@ -1,4 +1,5 @@
1#include <wlr/types/wlr_xdg_activation_v1.h> 1#include <wlr/types/wlr_xdg_activation_v1.h>
2#include <wlr/types/wlr_xdg_shell.h>
2#include "sway/desktop/launcher.h" 3#include "sway/desktop/launcher.h"
3#include "sway/tree/view.h" 4#include "sway/tree/view.h"
4#include "sway/tree/workspace.h" 5#include "sway/tree/workspace.h"