Code

decrease header dependencies
[inkscape.git] / src / live_effects / effect.h
index 6f195b176f3c2aa9d07fda335519789b081c12c9..04e3f91b9f9841f99c1cec245294cd24645b662e 100644 (file)
@@ -13,7 +13,6 @@
 #include "display/display-forward.h"
 #include <map>
 #include <glibmm/ustring.h>
-#include <2geom/path.h>
 #include <2geom/forward.h>
 #include "ui/widget/registry.h"
 #include "sp-lpe-item.h"
@@ -28,6 +27,9 @@ struct SPDesktop;
 struct SPItem;
 class SPNodeContext;
 struct LivePathEffectObject;
+class SPLPEItem;
+class KnotHolder;
+class KnotHolderEntity;
 
 namespace Gtk {
     class Widget;