From 4832fc937fae5a5e2af8828a7092c9026bd300e0 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 7 Jul 2021 11:29:14 +0200 Subject: Update wlr_box includes Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3011 --- sway/commands/input/map_to_region.c | 1 - sway/desktop/layer_shell.c | 1 - sway/desktop/output.c | 1 - sway/desktop/render.c | 1 - sway/input/cursor.c | 1 - sway/ipc-json.c | 9 ++++----- 6 files changed, 4 insertions(+), 10 deletions(-) (limited to 'sway') diff --git a/sway/commands/input/map_to_region.c b/sway/commands/input/map_to_region.c index e85495e5..284b57d0 100644 --- a/sway/commands/input/map_to_region.c +++ b/sway/commands/input/map_to_region.c @@ -1,7 +1,6 @@ #define _POSIX_C_SOURCE 200809L #include #include -#include #include "sway/commands.h" #include "sway/config.h" diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c index 19718991..cadc702a 100644 --- a/sway/desktop/layer_shell.c +++ b/sway/desktop/layer_shell.c @@ -2,7 +2,6 @@ #include #include #include -#include #include #include #include diff --git a/sway/desktop/output.c b/sway/desktop/output.c index aa148290..2f2ab4bc 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include diff --git a/sway/desktop/render.c b/sway/desktop/render.c index bf1b8666..a5bd8a5f 100644 --- a/sway/desktop/render.c +++ b/sway/desktop/render.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include diff --git a/sway/input/cursor.c b/sway/input/cursor.c index c89d5166..95edf7be 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include diff --git a/sway/ipc-json.c b/sway/ipc-json.c index 6c438424..1b64f86e 100644 --- a/sway/ipc-json.c +++ b/sway/ipc-json.c @@ -1,8 +1,11 @@ +#include #include #include #include #include -#include +#include +#include +#include #include "config.h" #include "log.h" #include "sway/config.h" @@ -14,10 +17,6 @@ #include "sway/input/input-manager.h" #include "sway/input/cursor.h" #include "sway/input/seat.h" -#include -#include -#include -#include #include "wlr-layer-shell-unstable-v1-protocol.h" #include "sway/desktop/idle_inhibit_v1.h" -- cgit v1.2.3