diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/commands/input/map_to_region.c | 1 | ||||
-rw-r--r-- | sway/desktop/layer_shell.c | 1 | ||||
-rw-r--r-- | sway/desktop/output.c | 1 | ||||
-rw-r--r-- | sway/desktop/render.c | 1 | ||||
-rw-r--r-- | sway/input/cursor.c | 1 | ||||
-rw-r--r-- | sway/ipc-json.c | 9 |
6 files changed, 4 insertions, 10 deletions
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 <stdlib.h> #include <string.h> -#include <wlr/types/wlr_box.h> #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 <stdlib.h> #include <string.h> #include <wayland-server-core.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_layer_shell_v1.h> #include <wlr/types/wlr_output_damage.h> #include <wlr/types/wlr_output.h> 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 <time.h> #include <wayland-server-core.h> #include <wlr/render/wlr_renderer.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_buffer.h> #include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_output_damage.h> 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 <wayland-server-core.h> #include <wlr/render/gles2.h> #include <wlr/render/wlr_renderer.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_buffer.h> #include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_output_damage.h> 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 <errno.h> #include <time.h> #include <strings.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_cursor.h> #include <wlr/types/wlr_idle.h> #include <wlr/types/wlr_pointer.h> 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 <ctype.h> #include <float.h> #include <json.h> #include <libevdev/libevdev.h> #include <stdio.h> -#include <ctype.h> +#include <wlr/backend/libinput.h> +#include <wlr/types/wlr_output.h> +#include <xkbcommon/xkbcommon.h> #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 <wlr/backend/libinput.h> -#include <wlr/types/wlr_box.h> -#include <wlr/types/wlr_output.h> -#include <xkbcommon/xkbcommon.h> #include "wlr-layer-shell-unstable-v1-protocol.h" #include "sway/desktop/idle_inhibit_v1.h" |