include shaders only in opengl.cpp

This commit is contained in:
vaxerski
2022-09-30 18:38:10 +01:00
parent 1ef23a304a
commit 7579e03b64
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
#include <cairo/cairo.h>
#include "Shaders.hpp"
#include "Shader.hpp"
#include "Texture.hpp"
#include "Framebuffer.hpp"