summaryrefslogtreecommitdiffstats
path: root/src/svg
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-01-18 17:11:56 +0000
committerrwst <rwst@users.sourceforge.net>2006-01-18 17:11:56 +0000
commitbd68b14b6bf32d009012b431f6271e53ea6bc1e1 (patch)
treee1235b11f8966b65353033927fa78fc67aaa5182 /src/svg
parentadapt includes to glib 2.9 changes (diff)
downloadinkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.tar.gz
inkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.zip
optimized includes
(bzr r16)
Diffstat (limited to 'src/svg')
-rw-r--r--src/svg/svg-color.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/svg/svg-color.cpp b/src/svg/svg-color.cpp
index c523c80e0..0dc84fb08 100644
--- a/src/svg/svg-color.cpp
+++ b/src/svg/svg-color.cpp
@@ -18,12 +18,7 @@
#include <math.h>
#include <glib/gstrfuncs.h>
#include <glib/ghash.h>
-
#include <glib/gutils.h>
-#if GLIB_CHECK_VERSION(2,9,0)
-#else
-# include <glib/gprintf.h>
-#endif
#include "svg.h"