Remove unnecessary wayland-server-protocol.h includes

This commit is contained in:
Simon Ser 2021-02-16 20:00:52 +01:00
parent 27fba3df43
commit cf5b09ede2
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -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 {