diff options
author | vaxerski <[email protected]> | 2022-05-25 23:13:13 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-25 23:13:13 +0200 |
commit | 2c907e054024cefb9f75bcaf75fdf7ae3a594b90 (patch) | |
tree | a698a823fe803bbacc14f73cc33ac8bf65675f45 /src/render/OpenGL.hpp | |
parent | 9597ffdd3284563af9e4309c0ddd5b3b7cfcf9a7 (diff) | |
download | Hyprland-2c907e054024cefb9f75bcaf75fdf7ae3a594b90.tar.gz Hyprland-2c907e054024cefb9f75bcaf75fdf7ae3a594b90.zip |
include egl in includes.hpp
Diffstat (limited to 'src/render/OpenGL.hpp')
-rw-r--r-- | src/render/OpenGL.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/OpenGL.hpp b/src/render/OpenGL.hpp index b3aa5968..fa193057 100644 --- a/src/render/OpenGL.hpp +++ b/src/render/OpenGL.hpp @@ -3,7 +3,6 @@ #include "../defines.hpp" #include "../helpers/Monitor.hpp" #include "../helpers/Color.hpp" -#include <wlr/render/egl.h> #include <list> #include <unordered_map> |