--- configure +++ configure 2013-07-18 11:31:57.449439339 +0000 @@ -9461,7 +9461,6 @@ else /* end confdefs.h. */ #include - #include int main() { RsvgHandle *rsvg; g_type_init(); --- configure.ac +++ configure.ac 2013-07-18 11:32:12.985439431 +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(); --- libs/Fsvg.h +++ libs/Fsvg.h 2013-07-18 11:31:31.785438953 +0000 @@ -15,7 +15,6 @@ #if USE_SVG # include -# include typedef RsvgDimensionData FRsvgDimensionData; typedef RsvgHandle FRsvgHandle;