[aisleriot] themes: Fix rsvg includes



commit 53f7ed5a9c213d85da03fe7c854248d3221f6af5
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 5 18:36:19 2016 +0200

    themes: Fix rsvg includes

 src/lib/ar-card-theme-preimage.c |    2 +-
 src/lib/ar-svg.c                 |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/lib/ar-card-theme-preimage.c b/src/lib/ar-card-theme-preimage.c
index 624c882..2789c87 100644
--- a/src/lib/ar-card-theme-preimage.c
+++ b/src/lib/ar-card-theme-preimage.c
@@ -26,7 +26,7 @@
 #include <gtk/gtk.h>
 
 #ifdef HAVE_RSVG
-#include <librsvg/librsvg-features.h>
+#include <librsvg/rsvg.h>
 #endif
 
 #include "ar-svg.h"
diff --git a/src/lib/ar-svg.c b/src/lib/ar-svg.c
index adaa7b3..6f4d4e6 100644
--- a/src/lib/ar-svg.c
+++ b/src/lib/ar-svg.c
@@ -32,7 +32,6 @@
 #include <gdk/gdk.h>
 
 #include <librsvg/rsvg.h>
-#include <librsvg/rsvg-cairo.h>
 
 #include "ar-profile.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]