X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect_test.cpp;h=4114bcbc45bff018a271f8d360b388bbde85bca6;hp=d458e45d1fe096174ade4c8654c230cfe6edf3fc;hb=03b416172e9db37845b8c897d51064cbc6b3aa3f;hpb=ac5f7aa64ab690120a71fe45ee4b9bbc56610191 diff --git a/blur_effect_test.cpp b/blur_effect_test.cpp index d458e45..4114bcb 100644 --- a/blur_effect_test.cpp +++ b/blur_effect_test.cpp @@ -1,9 +1,13 @@ // Unit tests for BlurEffect. +#include #include +#include -#include "test_util.h" -#include "gtest/gtest.h" #include "blur_effect.h" +#include "effect_chain.h" +#include "gtest/gtest.h" +#include "image_format.h" +#include "test_util.h" TEST(BlurEffectTest, IdentityTransformDoesNothing) { const int size = 4;