Code

Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs ...
[inkscape.git] / src / sp-lpe-item.h
index 49edbf90a8c251ad335d6774334163ddb01dce0c..d1baa4309a3f2061f3b894985b08fa4f8ef8a6de 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 #include "sp-item.h"
-#include "display/display-forward.h"
 
 #include <list>
 
 #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;
 
@@ -89,4 +93,4 @@ bool sp_lpe_item_path_effects_enabled(SPLPEItem *lpeitem);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :