include egl in includes.hpp

This commit is contained in:
vaxerski 2022-05-25 23:13:13 +02:00
parent 9597ffdd32
commit 2c907e0540
2 changed files with 1 additions and 1 deletions

View file

@ -78,6 +78,7 @@ extern "C" {
#include <wlr/util/region.h> #include <wlr/util/region.h>
#include <xkbcommon/xkbcommon.h> #include <xkbcommon/xkbcommon.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h> #include <wlr/render/gles2.h>
#include <wlr/render/wlr_texture.h> #include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_pointer_constraints_v1.h> #include <wlr/types/wlr_pointer_constraints_v1.h>

View file

@ -3,7 +3,6 @@
#include "../defines.hpp" #include "../defines.hpp"
#include "../helpers/Monitor.hpp" #include "../helpers/Monitor.hpp"
#include "../helpers/Color.hpp" #include "../helpers/Color.hpp"
#include <wlr/render/egl.h>
#include <list> #include <list>
#include <unordered_map> #include <unordered_map>