summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-05-18 20:19:03 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2010-05-18 20:19:03 +0000
commit8c3af1e0ae3296e0bcd92411e4bbca637dd6a92d (patch)
tree4848e3b0fe1161241401dc3a297379e1bbc74fd0 /src/live_effects/effect.h
parentbetter fix for lpe stack forking (diff)
downloadinkscape-8c3af1e0ae3296e0bcd92411e4bbca637dd6a92d.tar.gz
inkscape-8c3af1e0ae3296e0bcd92411e4bbca637dd6a92d.zip
reduce include dependencies
(bzr r9432)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index a8d34a233..681bae387 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -15,8 +15,6 @@
#include <glibmm/ustring.h>
#include <2geom/forward.h>
#include "ui/widget/registry.h"
-#include "sp-lpe-item.h"
-//#include "knotholder.h"
#include "parameter/bool.h"
#include "effect-enum.h"
@@ -30,6 +28,7 @@ struct LivePathEffectObject;
class SPLPEItem;
class KnotHolder;
class KnotHolderEntity;
+class SPPath;
namespace Gtk {
class Widget;