X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-lpe-item.h;h=d1baa4309a3f2061f3b894985b08fa4f8ef8a6de;hb=0dc33d4ce43e0bb49c63aa53b826ec4a1ff68e28;hp=1af7f27979bb5aac5b45d52ad651461e5f60251e;hpb=a4030d5ca449e7e384bc699cd249ee704faaeab0;p=inkscape.git 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 @@ -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 PathEffectList;