]> git.tdb.fi Git - libs/gl.git/commitdiff
Header fixes
authorMikko Rasa <tdb@tdb.fi>
Sun, 10 Sep 2017 11:22:30 +0000 (14:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 10 Sep 2017 11:22:30 +0000 (14:22 +0300)
source/framebuffer.cpp
source/shadowmap.cpp

index c7bfcd5a5808120088bb72cc2c9a589742186b66..c3639b8bb378848f4c9dda1e27f7654109c75af6 100644 (file)
@@ -3,6 +3,7 @@
 #include <msp/gl/extensions/ext_framebuffer_blit.h>
 #include <msp/gl/extensions/ext_framebuffer_object.h>
 #include <msp/gl/extensions/ext_texture_array.h>
+#include <msp/gl/extensions/ext_texture3d.h>
 #include <msp/gl/extensions/msp_draw_buffer.h>
 #include "error.h"
 #include "framebuffer.h"
index 6056141f763376edaa39531b0070d348c9effb9f..0390bdcbc5baa0c56540ae485dbcedad572d2390 100644 (file)
@@ -2,13 +2,10 @@
 #include <cstdlib>
 #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;