]> git.sesse.net Git - movit/blobdiff - glow_effect.cpp
Use the ResourcePool to allocate RTT textures in EffectChain.
[movit] / glow_effect.cpp
index 064cdac99950e561d9817f4d1115f252451e067b..86a3d7f407cf73c14066a6a1e9cbe2bef09afcc5 100644 (file)
@@ -1,10 +1,10 @@
-#include <math.h>
 #include <assert.h>
+#include <vector>
 
-#include "glow_effect.h"
 #include "blur_effect.h"
-#include "mix_effect.h"
 #include "effect_chain.h"
+#include "glow_effect.h"
+#include "mix_effect.h"
 #include "util.h"
 
 GlowEffect::GlowEffect()