render: remove egl include from wlr_renderer

This commit is contained in:
Simon Zeni 2021-01-15 17:33:26 -05:00 committed by Simon Ser
parent e128e6c08d
commit 08a4c62aac
5 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,6 @@
#include <stdint.h>
#include <wayland-server-protocol.h>
#include <wlr/backend.h>
#include <wlr/render/egl.h>
#include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_box.h>