summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2006-03-13 03:59:25 +0000
committerpjrm <pjrm@users.sourceforge.net>2006-03-13 03:59:25 +0000
commite5bb16b401a42e9f2e7888815286614000f28a84 (patch)
tree2950e859eadfd267faf6bdd5389be38ec1310127 /src/widgets
parentMove declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ne... (diff)
downloadinkscape-e5bb16b401a42e9f2e7888815286614000f28a84.tar.gz
inkscape-e5bb16b401a42e9f2e7888815286614000f28a84.zip
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.
(bzr r232)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/gradient-vector.cpp2
-rw-r--r--src/widgets/paint-selector.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/gradient-vector.cpp b/src/widgets/gradient-vector.cpp
index 2917ab89d..5befb11d0 100644
--- a/src/widgets/gradient-vector.cpp
+++ b/src/widgets/gradient-vector.cpp
@@ -393,7 +393,7 @@ sp_gvs_defs_modified (SPObject *defs, guint flags, SPGradientVectorSelector *gvs
#include "../widgets/sp-color-preview.h"
#include "../widgets/widget-sizes.h"
#include "../xml/node-event-vector.h"
-#include "../svg/svg.h"
+#include "../svg/svg-color.h"
#define PAD 4
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp
index f16bc5852..5fc740979 100644
--- a/src/widgets/paint-selector.cpp
+++ b/src/widgets/paint-selector.cpp
@@ -41,7 +41,7 @@
#include <document-private.h>
#include <desktop-style.h>
#include <style.h>
-#include "svg/svg.h"
+#include "svg/svg-color.h"
#include "svg/css-ostringstream.h"
#include "paint-selector.h"