rsvg: Don't include rsvg-cairo.h directly

Including it directly is now deprecated
This commit is contained in:
Edward Hervey 2013-04-01 09:13:16 +02:00
parent 35cd75684c
commit e6041b9974
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@
#include <cairo/cairo.h>
#include <librsvg/rsvg.h>
#include <librsvg/rsvg-cairo.h>
G_BEGIN_DECLS

View 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>