aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 {