render: remove EGL includes from wlr_texture.h

This commit is contained in:
Simon Ser 2019-11-06 11:34:05 +01:00 committed by Drew DeVault
parent 85a2ee6d30
commit eaa98f6aff
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
#ifndef WLR_RENDER_WLR_TEXTURE_H
#define WLR_RENDER_WLR_TEXTURE_H
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <stdint.h>
#include <wayland-server-protocol.h>
#include <wlr/render/dmabuf.h>