]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/sequence.cpp
Use constructor delegation instead of init functions when possible
[libs/gl.git] / source / render / sequence.cpp
index 5a3afa452e2e9235ade6e0cfc6558073672fa23e..e0c333dec2b26b679ed0b293063678b9c5b6680d 100644 (file)
@@ -1,10 +1,9 @@
-#include <msp/core/maputils.h>
-#include "blend.h"
+#include <msp/strings/format.h>
 #include "error.h"
-#include "framebuffer.h"
 #include "lighting.h"
 #include "postprocessor.h"
 #include "renderer.h"
+#include "rendertarget.h"
 #include "sequence.h"
 #include "texture2d.h"