X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=deconvolution_sharpen_effect_test.cpp;h=6980b3d16b34bac262789ec2bf9632c690e9d3cb;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hp=f08225b15a6575f741b9469d38a4ae6a50ee8170;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488;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;