summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp
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/paint-selector.cpp
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/paint-selector.cpp')
-rw-r--r--src/widgets/paint-selector.cpp2
1 files changed, 1 insertions, 1 deletions
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"