]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/occludedscene.h
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / render / occludedscene.h
index f11c707e6781c0ea656a7676e733e3981209ea41..d51b29b36c87def2ef0ed1e7c30544a0aabea148 100644 (file)
@@ -5,14 +5,15 @@
 #include <vector>
 #include "blend.h"
 #include "depthtest.h"
-#include "mesh.h"
-#include "program.h"
 #include "query.h"
 #include "scene.h"
 
 namespace Msp {
 namespace GL {
 
+class Mesh;
+class Program;
+
 /**
 A scene that performs occlusion queries on renderables to skip those that are
 entirely occluded by others.