Remove unnecessary wayland-server-protocol.h includes

master
Simon Ser 4 years ago
parent 27fba3df43
commit cf5b09ede2

@ -10,7 +10,7 @@
#define WLR_RENDER_INTERFACE_H #define WLR_RENDER_INTERFACE_H
#include <stdbool.h> #include <stdbool.h>
#include <wayland-server-protocol.h> #include <wayland-server-core.h>
#include <wlr/render/wlr_renderer.h> #include <wlr/render/wlr_renderer.h>
#include <wlr/render/wlr_texture.h> #include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_box.h>

@ -10,7 +10,7 @@
#define WLR_RENDER_WLR_RENDERER_H #define WLR_RENDER_WLR_RENDERER_H
#include <stdint.h> #include <stdint.h>
#include <wayland-server-protocol.h> #include <wayland-server-core.h>
#include <wlr/backend.h> #include <wlr/backend.h>
#include <wlr/render/wlr_texture.h> #include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_box.h> #include <wlr/types/wlr_box.h>

@ -10,7 +10,7 @@
#define WLR_RENDER_WLR_TEXTURE_H #define WLR_RENDER_WLR_TEXTURE_H
#include <stdint.h> #include <stdint.h>
#include <wayland-server-protocol.h> #include <wayland-server-core.h>
#include <wlr/render/dmabuf.h> #include <wlr/render/dmabuf.h>
struct wlr_renderer; struct wlr_renderer;

@ -10,7 +10,7 @@
#define WLR_TYPES_WLR_LINUX_DMABUF_H #define WLR_TYPES_WLR_LINUX_DMABUF_H
#include <stdint.h> #include <stdint.h>
#include <wayland-server-protocol.h> #include <wayland-server-core.h>
#include <wlr/render/dmabuf.h> #include <wlr/render/dmabuf.h>
struct wlr_dmabuf_v1_buffer { struct wlr_dmabuf_v1_buffer {

Loading…
Cancel
Save