X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect_test.cpp;h=4570d6f5ada16b9e151ed5ac21bda7c07e49bd12;hp=77c9d12db75b17f3b3895ccb46ffcf7cf1d7ee2b;hb=88ee2edc41d536c7057424df185fc6b49f993896;hpb=020ba675b7be6ceeb284be91039efc0dc0986227 diff --git a/glow_effect_test.cpp b/glow_effect_test.cpp index 77c9d12..4570d6f 100644 --- a/glow_effect_test.cpp +++ b/glow_effect_test.cpp @@ -1,10 +1,13 @@ // Unit tests for GlowEffect. +#include #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;