diff options
Diffstat (limited to 'sway/desktop')
-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 |
3 files changed, 0 insertions, 3 deletions
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> |