diff options
Diffstat (limited to 'include/wlr/render')
-rw-r--r-- | include/wlr/render/egl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 48382f6d..46af0cf8 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -23,10 +23,6 @@ #include <EGL/egl.h> #include <EGL/eglext.h> -#if WLR_HAS_EGLMESAEXT_H -// TODO: remove eglmesaext.h -#include <EGL/eglmesaext.h> -#endif #include <pixman.h> #include <stdbool.h> #include <wayland-server-core.h> |