diff options
author | Luis Menina <liberforce@freeside.fr> | 2009-02-19 23:21:09 +0000 |
---|---|---|
committer | Dom Lachowicz <doml@src.gnome.org> | 2009-02-19 23:21:09 +0000 |
commit | fec08529a8283305f2f5834969abc179e6264ae4 (patch) | |
tree | b3f21339b78aa26e017ba02e31b81d8c7dfcd1b9 /rsvg-defs.c | |
parent | af59d5ef25707ff6096c87c12adb700fe70b2dfa (diff) | |
download | librsvg-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.c | 6 |
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; |