From: Mikko Rasa Date: Sun, 10 Sep 2017 11:22:30 +0000 (+0300) Subject: Header fixes X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=7684f8cc99f80db093e7ba0a199ff37c4c315bdb Header fixes --- diff --git a/source/framebuffer.cpp b/source/framebuffer.cpp index c7bfcd5a..c3639b8b 100644 --- a/source/framebuffer.cpp +++ b/source/framebuffer.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include "error.h" #include "framebuffer.h" diff --git a/source/shadowmap.cpp b/source/shadowmap.cpp index 6056141f..0390bdcb 100644 --- a/source/shadowmap.cpp +++ b/source/shadowmap.cpp @@ -2,13 +2,10 @@ #include #include "camera.h" #include "light.h" -#include "matrix.h" -#include "misc.h" #include "renderer.h" #include "scene.h" #include "shadowmap.h" #include "tests.h" -#include "texunit.h" using namespace std;