]> git.sesse.net Git - movit/blobdiff - glow_effect_test.cpp
Add a distclean target.
[movit] / glow_effect_test.cpp
index 77c9d12db75b17f3b3895ccb46ffcf7cf1d7ee2b..b8eff4be018ef3d660fac2e0bfa35e61bf2cfaae 100644 (file)
@@ -2,9 +2,11 @@
 
 #include <math.h>
 
-#include "test_util.h"
-#include "gtest/gtest.h"
+#include "effect_chain.h"
 #include "glow_effect.h"
+#include "gtest/gtest.h"
+#include "image_format.h"
+#include "test_util.h"
 
 TEST(GlowEffectTest, NoAmountDoesNothing) {
        const int size = 4;