diff --git a/test/unit/imaging/webp_io.cpp b/test/unit/imaging/webp_io.cpp index 38d5f7af2..6f580a42f 100644 --- a/test/unit/imaging/webp_io.cpp +++ b/test/unit/imaging/webp_io.cpp @@ -1,16 +1,12 @@ -#if defined(HAVE_TIFF) +#if defined(HAVE_WEBP) #include "catch.hpp" -#include #include -#include #include - #include - TEST_CASE("webp io") { SECTION("does not crash accessing view") { @@ -25,7 +21,6 @@ SECTION("does not crash accessing view") { save_as_webp(s,view,config,true); } - } #endif