From cf5b09ede2951e92085fd9fec03c99460d87f1af Mon Sep 17 00:00:00 2001
From: Simon Ser <contact@emersion.fr>
Date: Tue, 16 Feb 2021 20:00:52 +0100
Subject: Remove unnecessary wayland-server-protocol.h includes

---
 include/wlr/render/interface.h          | 2 +-
 include/wlr/render/wlr_renderer.h       | 2 +-
 include/wlr/render/wlr_texture.h        | 2 +-
 include/wlr/types/wlr_linux_dmabuf_v1.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'include')

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 {
-- 
cgit v1.2.3