summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-13 21:01:01 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-13 21:01:01 +0000
commit0f70df047cedd2ea1beb86f7c074ccd1edf3f129 (patch)
tree577704c6d2456100b640c59250325d7c35374911 /src/live_effects/parameter
parentsync with current 2geom, SVGEllipticalArc (diff)
downloadinkscape-0f70df047cedd2ea1beb86f7c074ccd1edf3f129.tar.gz
inkscape-0f70df047cedd2ea1beb86f7c074ccd1edf3f129.zip
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
(bzr r5427)
Diffstat (limited to 'src/live_effects/parameter')
-rw-r--r--src/live_effects/parameter/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp
index d7237e54b..689ec4a8c 100644
--- a/src/live_effects/parameter/path.cpp
+++ b/src/live_effects/parameter/path.cpp
@@ -8,7 +8,7 @@
#include "live_effects/parameter/path.h"
#include "live_effects/effect.h"
-#include "live_effects/n-art-bpath-2geom.h"
+#include "libnr/n-art-bpath-2geom.h"
#include "svg/svg.h"
#include <2geom/svg-path-parser.h>
#include <2geom/sbasis-to-bezier.h>