diff --git a/libvips/foreign/svgload.c b/libvips/foreign/svgload.c index fd8eb721..3211967a 100644 --- a/libvips/foreign/svgload.c +++ b/libvips/foreign/svgload.c @@ -80,13 +80,6 @@ */ #define RSVG_MAX_WIDTH (32767) -/* Old librsvg versions don't include librsvg-features.h by default. - * Newer versions deprecate direct inclusion. - */ -#ifndef LIBRSVG_FEATURES_H -#include -#endif - /* A handy #define for we-will-handle-svgz. */ #if LIBRSVG_CHECK_FEATURE(SVGZ) && defined(HAVE_ZLIB)