X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect_test.cpp;fp=resample_effect_test.cpp;h=474a866a4e5415a1dd99bed864c5879e21f2b4d4;hp=971e694347e28d8e61760b13abb5027341413a83;hb=7f1c8bb8b3ce08b94054f0a8990e5b8225d36036;hpb=5dfd8dfbd444210f9c9e3a0baf5c82b49e76e7ff 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"