X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect_test.cpp;h=a9c6923e269d202b0a7a939e19012dc9e7dfe33f;hp=462f5c9c1f6d6751d874f5c5cb67e55d243f468c;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/resample_effect_test.cpp b/resample_effect_test.cpp index 462f5c9..a9c6923 100644 --- a/resample_effect_test.cpp +++ b/resample_effect_test.cpp @@ -1,9 +1,14 @@ // Unit tests for ResampleEffect. -#include "test_util.h" +#include +#include + +#include "effect_chain.h" +#include "flat_input.h" #include "gtest/gtest.h" +#include "image_format.h" #include "resample_effect.h" -#include "flat_input.h" +#include "test_util.h" namespace {