]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/sequence.h
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / render / sequence.h
index cfd14942e9de044bd5e33af8dc99e43470caf96d..ebdb55dd664636936ea9caea0c01de1a11c2a843 100644 (file)
@@ -1,24 +1,20 @@
 #ifndef MSP_GL_SEQUENCE_H_
 #define MSP_GL_SEQUENCE_H_
 
-#include <map>
-#include <set>
+#include <vector>
 #include "blend.h"
 #include "depthtest.h"
-#include "framebuffer.h"
+#include "frameformat.h"
 #include "renderable.h"
-#include "rendertarget.h"
 #include "stenciltest.h"
-#include "texture2d.h"
 
 namespace Msp {
 namespace GL {
 
-class Blend;
-class Camera;
 class Clipping;
 class Lighting;
 class PostProcessor;
+class RenderTarget;
 
 /**
 Top-level content class.  Typically a Sequence is used as the content