]> git.sesse.net Git - movit/blobdiff - unsharp_mask_effect.cpp
Make effect_id phase-local instead of global.
[movit] / unsharp_mask_effect.cpp
index 0ca22eea5d36543601a9e3277754266cff3f6b7d..7c289253624b49a53ccf9f123ae87407238d71a8 100644 (file)
@@ -1,10 +1,10 @@
-#include <math.h>
 #include <assert.h>
 #include <assert.h>
+#include <vector>
 
 
-#include "unsharp_mask_effect.h"
 #include "blur_effect.h"
 #include "blur_effect.h"
-#include "mix_effect.h"
 #include "effect_chain.h"
 #include "effect_chain.h"
+#include "mix_effect.h"
+#include "unsharp_mask_effect.h"
 #include "util.h"
 
 UnsharpMaskEffect::UnsharpMaskEffect()
 #include "util.h"
 
 UnsharpMaskEffect::UnsharpMaskEffect()