diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-16 20:00:52 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-23 16:09:26 +0100 |
commit | cf5b09ede2951e92085fd9fec03c99460d87f1af (patch) | |
tree | 879014e2cd5dca1a256c9464a5767583dc28e1b4 /include/wlr/render | |
parent | 27fba3df4347df65fbb8b0781ae407e410ef458b (diff) |
Remove unnecessary wayland-server-protocol.h includes
Diffstat (limited to 'include/wlr/render')
-rw-r--r-- | include/wlr/render/interface.h | 2 | ||||
-rw-r--r-- | include/wlr/render/wlr_renderer.h | 2 | ||||
-rw-r--r-- | include/wlr/render/wlr_texture.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/wlr/render/interface.h b/include/wlr/render/interface.h index d755dbd6..fbf17dea 100644 --- a/include/wlr/render/interface.h +++ b/include/wlr/render/interface.h @@ -10,7 +10,7 @@ #define WLR_RENDER_INTERFACE_H #include <stdbool.h> -#include <wayland-server-protocol.h> +#include <wayland-server-core.h> #include <wlr/render/wlr_renderer.h> #include <wlr/render/wlr_texture.h> #include <wlr/types/wlr_box.h> diff --git a/include/wlr/render/wlr_renderer.h b/include/wlr/render/wlr_renderer.h index ecee9a91..96268e38 100644 --- a/include/wlr/render/wlr_renderer.h +++ b/include/wlr/render/wlr_renderer.h @@ -10,7 +10,7 @@ #define WLR_RENDER_WLR_RENDERER_H #include <stdint.h> -#include <wayland-server-protocol.h> +#include <wayland-server-core.h> #include <wlr/backend.h> #include <wlr/render/wlr_texture.h> #include <wlr/types/wlr_box.h> diff --git a/include/wlr/render/wlr_texture.h b/include/wlr/render/wlr_texture.h index 219d514a..4949d135 100644 --- a/include/wlr/render/wlr_texture.h +++ b/include/wlr/render/wlr_texture.h @@ -10,7 +10,7 @@ #define WLR_RENDER_WLR_TEXTURE_H #include <stdint.h> -#include <wayland-server-protocol.h> +#include <wayland-server-core.h> #include <wlr/render/dmabuf.h> struct wlr_renderer; |