render/egl: clean includes

This commit is contained in:
Simon Zeni 2021-09-21 10:18:35 -04:00
parent c22655cffb
commit 7ff1664030
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,7 @@
#ifndef RENDER_EGL_H #ifndef RENDER_EGL_H
#define RENDER_EGL_H #define RENDER_EGL_H
#include <wlr/render/dmabuf.h>
#include <wlr/render/egl.h> #include <wlr/render/egl.h>
struct wlr_egl { struct wlr_egl {

View file

@ -23,10 +23,7 @@
#include <EGL/egl.h> #include <EGL/egl.h>
#include <EGL/eglext.h> #include <EGL/eglext.h>
#include <pixman.h>
#include <stdbool.h> #include <stdbool.h>
#include <wayland-server-core.h>
#include <wlr/render/dmabuf.h>
#include <wlr/render/drm_format_set.h> #include <wlr/render/drm_format_set.h>
struct wlr_egl_context { struct wlr_egl_context {