summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-11-23 21:24:51 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-11-23 21:24:51 +0000
commit65fd3f75497e45a96737b1e1b5da8ac34353405d (patch)
treea0f12cd90d5c13ccdaf9447abca7cdb6339d6cd7 /src
parentdecrease header dependencies (diff)
downloadinkscape-65fd3f75497e45a96737b1e1b5da8ac34353405d.tar.gz
inkscape-65fd3f75497e45a96737b1e1b5da8ac34353405d.zip
decrease header deps
(bzr r8842)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/effect.cpp1
-rw-r--r--src/live_effects/effect.h2
-rw-r--r--src/live_effects/lpe-knot.cpp1
-rw-r--r--src/live_effects/lpe-perspective_path.cpp1
-rw-r--r--src/live_effects/parameter/point.cpp1
5 files changed, 5 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 04549622e..9232792f6 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -29,6 +29,7 @@
#include "message-stack.h"
#include "desktop.h"
#include "nodepath.h"
+#include "knotholder.h"
#include "live_effects/lpeobject.h"
#include "live_effects/parameter/parameter.h"
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 04e3f91b9..5d67ed016 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -16,7 +16,7 @@
#include <2geom/forward.h>
#include "ui/widget/registry.h"
#include "sp-lpe-item.h"
-#include "knotholder.h"
+//#include "knotholder.h"
#include "parameter/bool.h"
#include "effect-enum.h"
diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp
index 340cdf633..b3aa2df45 100644
--- a/src/live_effects/lpe-knot.cpp
+++ b/src/live_effects/lpe-knot.cpp
@@ -15,6 +15,7 @@
#include "live_effects/lpe-knot.h"
#include "svg/svg.h"
#include "style.h"
+#include "knot-holder-entity.h"
#include <2geom/sbasis-to-bezier.h>
#include <2geom/sbasis.h>
diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp
index d5262f33c..091a4d9ae 100644
--- a/src/live_effects/lpe-perspective_path.cpp
+++ b/src/live_effects/lpe-perspective_path.cpp
@@ -16,6 +16,7 @@
#include "live_effects/lpe-perspective_path.h"
#include "sp-item-group.h"
+#include "knot-holder-entity.h"
#include "inkscape.h"
diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp
index 057cc424b..e7abb70ea 100644
--- a/src/live_effects/parameter/point.cpp
+++ b/src/live_effects/parameter/point.cpp
@@ -16,6 +16,7 @@
#include "ui/widget/registered-widget.h"
#include "inkscape.h"
#include "verbs.h"
+#include "knotholder.h"
// needed for on-canvas editting:
#include "desktop.h"