X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=resample_effect_test.cpp;h=474a866a4e5415a1dd99bed864c5879e21f2b4d4;hb=5ba8c08fc0ebf3afec0b2c094454dd702f1438a5;hp=971e694347e28d8e61760b13abb5027341413a83;hpb=cfc161e0289c2169d4835c48751ff56b97355eb2;p=movit diff --git a/resample_effect_test.cpp b/resample_effect_test.cpp index 971e694..474a866 100644 --- a/resample_effect_test.cpp +++ b/resample_effect_test.cpp @@ -1,12 +1,11 @@ // Unit tests for ResampleEffect. -#include +#include +#include #include #include "effect_chain.h" #include "flat_input.h" -#include "glew.h" -#include "gtest/gtest.h" #include "image_format.h" #include "resample_effect.h" #include "test_util.h"