mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
render/egl: clean includes
This commit is contained in:
parent
c22655cffb
commit
7ff1664030
2 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef RENDER_EGL_H
|
||||
#define RENDER_EGL_H
|
||||
|
||||
#include <wlr/render/dmabuf.h>
|
||||
#include <wlr/render/egl.h>
|
||||
|
||||
struct wlr_egl {
|
||||
|
|
|
|||
|
|
@ -23,10 +23,7 @@
|
|||
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
#include <pixman.h>
|
||||
#include <stdbool.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/render/dmabuf.h>
|
||||
#include <wlr/render/drm_format_set.h>
|
||||
|
||||
struct wlr_egl_context {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue