rsvg: Don't include rsvg-cairo.h directly
authorEdward Hervey <bilboed@bilboed.com>
Mon, 1 Apr 2013 07:13:16 +0000 (09:13 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 1 Apr 2013 07:13:16 +0000 (09:13 +0200)
Including it directly is now deprecated

ext/rsvg/gstrsvgdec.h
ext/rsvg/gstrsvgoverlay.h

index 8f35fee..13e40ca 100644 (file)
@@ -27,7 +27,6 @@
 #include <cairo/cairo.h>
 
 #include <librsvg/rsvg.h>
-#include <librsvg/rsvg-cairo.h>
 
 G_BEGIN_DECLS
 
index f553a1a..9cd00fa 100644 (file)
@@ -21,7 +21,6 @@
 #define __GST_RSVG_OVERLAY_H__
 
 #include <librsvg/rsvg.h>
-#include <librsvg/rsvg-cairo.h>
 #include <gst/gst.h>
 #include <gst/video/video.h>
 #include <gst/video/gstvideofilter.h>