diff options
author | Simon Ser <contact@emersion.fr> | 2024-02-15 12:01:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-02-15 15:56:36 +0100 |
commit | 541e6e260c2df0346b421cacfaf4ce5d204c49ba (patch) | |
tree | 10a90352976b9d7e48e9846f8a3e8fb30b4379c5 /sway/xdg_activation_v1.c | |
parent | ca40663d4277ade2a7dfec0484db5b7881799ee4 (diff) |
Drop unnecessary includes from sway/server.h
Diffstat (limited to 'sway/xdg_activation_v1.c')
-rw-r--r-- | sway/xdg_activation_v1.c | 1 |
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 @@ #include <wlr/types/wlr_xdg_activation_v1.h> +#include <wlr/types/wlr_xdg_shell.h> #include "sway/desktop/launcher.h" #include "sway/tree/view.h" #include "sway/tree/workspace.h" |