diff options
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/config.h | 2 | ||||
-rw-r--r-- | include/sway/layers.h | 1 | ||||
-rw-r--r-- | include/sway/output.h | 1 | ||||
-rw-r--r-- | include/sway/tree/container.h | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 254fbad0..b8327e9c 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -5,8 +5,8 @@ #include <string.h> #include <time.h> #include <wlr/interfaces/wlr_switch.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_tablet_tool.h> +#include <wlr/util/box.h> #include <xkbcommon/xkbcommon.h> #include "../include/config.h" #include "list.h" diff --git a/include/sway/layers.h b/include/sway/layers.h index 457634c2..82ac5368 100644 --- a/include/sway/layers.h +++ b/include/sway/layers.h @@ -1,7 +1,6 @@ #ifndef _SWAY_LAYERS_H #define _SWAY_LAYERS_H #include <stdbool.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_surface.h> #include <wlr/types/wlr_layer_shell_v1.h> diff --git a/include/sway/output.h b/include/sway/output.h index 0ebcc77d..5dfe0fff 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -3,7 +3,6 @@ #include <time.h> #include <unistd.h> #include <wayland-server-core.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_output.h> #include "config.h" #include "sway/tree/node.h" diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index ddb2d683..38ee68bd 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -2,7 +2,6 @@ #define _SWAY_CONTAINER_H #include <stdint.h> #include <sys/types.h> -#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_surface.h> #include "list.h" #include "sway/tree/node.h" |