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

@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <wlr/interfaces/wlr_output.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/util/log.h>