X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect_test.cpp;h=95c2bcfb9aec95693653ea65572cfdca76f79699;hp=211e6d123e65d93dbcc075f60ea8371b1eaa5736;hb=refs%2Fheads%2Fepoxy;hpb=f62661c1bef3acac7b98631970700dfa5ac94768 diff --git a/resample_effect_test.cpp b/resample_effect_test.cpp index 211e6d1..95c2bcf 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"