--- configure | 1 - configure.ac | 1 - libs/Fsvg.h | 11 ----------- 3 files changed, 13 deletions(-) --- configure.ac +++ configure.ac 2016-08-02 15:14:24.251904702 +0000 @@ -941,7 +941,6 @@ if test x"$with_rsvg" = xyes ; then LIBS="$LIBS $rsvg_LIBS" AC_TRY_RUN([ #include - #include int main() { RsvgHandle *rsvg; g_type_init(); --- configure +++ configure 2016-08-02 15:14:24.255904627 +0000 @@ -9746,7 +9746,6 @@ else /* end confdefs.h. */ #include - #include int main() { RsvgHandle *rsvg; g_type_init(); --- libs/Fsvg.h +++ libs/Fsvg.h 2016-08-02 15:15:16.350925785 +0000 @@ -15,17 +15,6 @@ #if USE_SVG # include -/* TA: (2013-05-07): If the version is >= 2.36.2 then we no longer include - * the rsvg-cairo header. It is now only necessary with RSvg to include - * and nothing else. - */ -# if defined (LIBRSVG_CHECK_VERSION) -# if LIBRSVG_CHECK_VERSION (2, 36, 1) -# include -# endif -# else -# include -# endif typedef RsvgDimensionData FRsvgDimensionData; typedef RsvgHandle FRsvgHandle; typedef cairo_surface_t Fcairo_surface_t;