X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSunSurface.hpp;h=55c42dd966abcb293508a602925846c4e6c7197f;hb=a19fdf3d9f0d7ecbf6eeeec817856d85049a8336;hp=f10e0e5db6a2da7933660dcca2956a45dd58453a;hpb=e0180e01f4c659c97973f585fea5eb3344254ce0;p=blobs.git diff --git a/src/graphics/SunSurface.hpp b/src/graphics/SunSurface.hpp index f10e0e5..55c42dd 100644 --- a/src/graphics/SunSurface.hpp +++ b/src/graphics/SunSurface.hpp @@ -4,8 +4,6 @@ #include "Program.hpp" #include "SimpleVAO.hpp" -#include - namespace blobs { namespace graphics { @@ -45,7 +43,7 @@ private: struct Attributes { glm::vec3 position; }; - SimpleVAO vao; + SimpleVAO vao; Program prog; glm::mat4 m;