X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect_test.cpp;h=b8eff4be018ef3d660fac2e0bfa35e61bf2cfaae;hp=77c9d12db75b17f3b3895ccb46ffcf7cf1d7ee2b;hb=1f1da18ac6acec9e16e66441160b3949173f1db3;hpb=020ba675b7be6ceeb284be91039efc0dc0986227 diff --git a/glow_effect_test.cpp b/glow_effect_test.cpp index 77c9d12..b8eff4b 100644 --- a/glow_effect_test.cpp +++ b/glow_effect_test.cpp @@ -2,9 +2,11 @@ #include -#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;