summaryrefslogtreecommitdiff
path: root/rsvg-defs.c
diff options
context:
space:
mode:
authorLuis Menina <liberforce@freeside.fr>2009-02-19 23:21:09 +0000
committerDom Lachowicz <doml@src.gnome.org>2009-02-19 23:21:09 +0000
commitfec08529a8283305f2f5834969abc179e6264ae4 (patch)
treeb3f21339b78aa26e017ba02e31b81d8c7dfcd1b9 /rsvg-defs.c
parentaf59d5ef25707ff6096c87c12adb700fe70b2dfa (diff)
downloadlibrsvg-fec08529a8283305f2f5834969abc179e6264ae4.tar.gz
GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789
2009-02-19 Luis Menina <liberforce@freeside.fr> * *: GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789 svn path=/trunk/; revision=1199
Diffstat (limited to 'rsvg-defs.c')
-rw-r--r--rsvg-defs.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/rsvg-defs.c b/rsvg-defs.c
index 70d487ce..581917eb 100644
--- a/rsvg-defs.c
+++ b/rsvg-defs.c
@@ -28,11 +28,7 @@
#include "rsvg-styles.h"
#include "rsvg-image.h"
-#include <glib/ghash.h>
-#include <glib/gmem.h>
-#include <glib/gslist.h>
-#include <glib/gstrfuncs.h>
-#include <glib/gmessages.h>
+#include <glib.h>
struct _RsvgDefs {
GHashTable *hash;