remove unused wlr egl/gles includes

This commit is contained in:
Georg Lehmann 2022-05-05 19:41:05 +02:00 committed by Joshie
parent 867308b010
commit 97288b8b1a

View file

@ -46,9 +46,7 @@ enum BlurMode {
extern "C" { extern "C" {
#define static #define static
#include <wlr/render/dmabuf.h> #include <wlr/render/dmabuf.h>
#include <wlr/render/gles2.h>
#include <wlr/render/interface.h> #include <wlr/render/interface.h>
#include <wlr/render/egl.h>
#undef static #undef static
} }