X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=deconvolution_sharpen_effect_test.cpp;h=6980b3d16b34bac262789ec2bf9632c690e9d3cb;hb=5df87586a23c6287d00014c781beba3be8297eb4;hp=f08225b15a6575f741b9469d38a4ae6a50ee8170;hpb=cf301ab220c38951c9678973a307bbe5160893be;p=movit diff --git a/deconvolution_sharpen_effect_test.cpp b/deconvolution_sharpen_effect_test.cpp index f08225b..6980b3d 100644 --- a/deconvolution_sharpen_effect_test.cpp +++ b/deconvolution_sharpen_effect_test.cpp @@ -1,8 +1,13 @@ // Unit tests for DeconvolutionSharpenEffect. -#include "test_util.h" -#include "gtest/gtest.h" +#include +#include + #include "deconvolution_sharpen_effect.h" +#include "effect_chain.h" +#include "gtest/gtest.h" +#include "image_format.h" +#include "test_util.h" TEST(DeconvolutionSharpenEffectTest, IdentityTransformDoesNothing) { const int size = 4;