summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-lpe-item.h')
-rw-r--r--src/sp-lpe-item.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h
index 1af7f2797..d1baa4309 100644
--- a/src/sp-lpe-item.h
+++ b/src/sp-lpe-item.h
@@ -15,7 +15,6 @@
*/
#include "sp-item.h"
-#include "display/display-forward.h"
#include <list>
@@ -26,12 +25,17 @@
#define SP_IS_LPE_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SP_TYPE_LPE_ITEM))
struct LivePathEffectObject;
+struct SPCurve;
+
namespace Inkscape{
+namespace Display {
+ class TemporaryItem;
+}
namespace LivePathEffect{
class LPEObjectReference;
class Effect;
-};
-};
+}
+}
typedef std::list<Inkscape::LivePathEffect::LPEObjectReference *> PathEffectList;