--- configure
+++ configure	2013-07-18 11:31:57.449439339 +0000
@@ -9461,7 +9461,6 @@ else
 /* end confdefs.h.  */
 
       #include <librsvg/rsvg.h>
-      #include <librsvg/rsvg-cairo.h>
       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 <librsvg/rsvg.h>
-      #include <librsvg/rsvg-cairo.h>
       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 <librsvg/rsvg.h>
-#	include <librsvg/rsvg-cairo.h>
 
 	typedef RsvgDimensionData		FRsvgDimensionData;
 	typedef RsvgHandle			FRsvgHandle;