[librsvg] pixbuf-loader: Don't include rsvg-private.h
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] pixbuf-loader: Don't include rsvg-private.h
- Date: Mon, 7 Nov 2011 16:46:23 +0000 (UTC)
commit 8b29c87a9a6bc93ebe361e3d901814f6a3ce40bf
Author: Christian Persch <chpe gnome org>
Date: Mon Nov 7 17:45:18 2011 +0100
pixbuf-loader: Don't include rsvg-private.h
gdk-pixbuf-loader/io-svg.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/gdk-pixbuf-loader/io-svg.c b/gdk-pixbuf-loader/io-svg.c
index c37b769..539b11b 100644
--- a/gdk-pixbuf-loader/io-svg.c
+++ b/gdk-pixbuf-loader/io-svg.c
@@ -21,12 +21,18 @@
* Boston, MA 02111-1307, USA.
*/
-#include <rsvg.h>
+#include "config.h"
+
#include <stdlib.h>
+
+#include <rsvg.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include "rsvg-private.h"
+
#include "librsvg-features.h"
+#define N_(string) (string)
+#define _(string) (string)
+
typedef struct {
RsvgHandle *handle;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]