]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/ambientocclusion.h
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / effects / ambientocclusion.h
index 0171d89e87ac2e781ba267f72d67e918ff3d29c1..fd3b6574cbbdfec1b83b2244d1e5e744cf003532 100644 (file)
@@ -1,17 +1,15 @@
 #ifndef MSP_GL_AMBIENTOCCLUSION_H_
 #define MSP_GL_AMBIENTOCCLUSION_H_
 
-#include "framebuffer.h"
-#include "mesh.h"
 #include "postprocessor.h"
-#include "program.h"
 #include "programdata.h"
 #include "rendertarget.h"
-#include "texture2d.h"
 
 namespace Msp {
 namespace GL {
 
+class Program;
+
 /**
 Implements screen-space ambient occlusion.