aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-11-06 11:34:05 +0100
committerDrew DeVault <sir@cmpwn.com>2019-11-06 11:30:57 -0500
commiteaa98f6aff6baa13e5370e37a8422bd27d0f3348 (patch)
treed3b057c1b806bcfa815ac87ac24c2f1e75075e22 /include
parent85a2ee6d30e7a039b4eaba0c97bdb08d54e57f80 (diff)
render: remove EGL includes from wlr_texture.h
Diffstat (limited to 'include')
-rw-r--r--include/wlr/render/wlr_texture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/render/wlr_texture.h b/include/wlr/render/wlr_texture.h
index f210717a..f2e6a37d 100644
--- a/include/wlr/render/wlr_texture.h
+++ b/include/wlr/render/wlr_texture.h
@@ -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>