aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-16 20:00:52 +0100
committerSimon Ser <contact@emersion.fr>2021-02-23 16:09:26 +0100
commitcf5b09ede2951e92085fd9fec03c99460d87f1af (patch)
tree879014e2cd5dca1a256c9464a5767583dc28e1b4 /include
parent27fba3df4347df65fbb8b0781ae407e410ef458b (diff)
Remove unnecessary wayland-server-protocol.h includes
Diffstat (limited to 'include')
-rw-r--r--include/wlr/render/interface.h2
-rw-r--r--include/wlr/render/wlr_renderer.h2
-rw-r--r--include/wlr/render/wlr_texture.h2
-rw-r--r--include/wlr/types/wlr_linux_dmabuf_v1.h2
4 files changed, 4 insertions, 4 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;
diff --git a/include/wlr/types/wlr_linux_dmabuf_v1.h b/include/wlr/types/wlr_linux_dmabuf_v1.h
index aefa3afa..64e2bd48 100644
--- a/include/wlr/types/wlr_linux_dmabuf_v1.h
+++ b/include/wlr/types/wlr_linux_dmabuf_v1.h
@@ -10,7 +10,7 @@
#define WLR_TYPES_WLR_LINUX_DMABUF_H
#include <stdint.h>
-#include <wayland-server-protocol.h>
+#include <wayland-server-core.h>
#include <wlr/render/dmabuf.h>
struct wlr_dmabuf_v1_buffer {