From 7684f8cc99f80db093e7ba0a199ff37c4c315bdb Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 10 Sep 2017 14:22:30 +0300 Subject: [PATCH] Header fixes --- source/framebuffer.cpp | 1 + source/shadowmap.cpp | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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; -- 2.43.0