From: johanengelen Date: Mon, 23 Nov 2009 21:24:51 +0000 (+0000) Subject: decrease header deps X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b1771b4ea91b15a5da4a96f93e8aa78e700fd51a;p=inkscape.git decrease header deps --- diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 04549622e..9232792f6 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -29,6 +29,7 @@ #include "message-stack.h" #include "desktop.h" #include "nodepath.h" +#include "knotholder.h" #include "live_effects/lpeobject.h" #include "live_effects/parameter/parameter.h" diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 04e3f91b9..5d67ed016 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -16,7 +16,7 @@ #include <2geom/forward.h> #include "ui/widget/registry.h" #include "sp-lpe-item.h" -#include "knotholder.h" +//#include "knotholder.h" #include "parameter/bool.h" #include "effect-enum.h" diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp index 340cdf633..b3aa2df45 100644 --- a/src/live_effects/lpe-knot.cpp +++ b/src/live_effects/lpe-knot.cpp @@ -15,6 +15,7 @@ #include "live_effects/lpe-knot.h" #include "svg/svg.h" #include "style.h" +#include "knot-holder-entity.h" #include <2geom/sbasis-to-bezier.h> #include <2geom/sbasis.h> diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp index d5262f33c..091a4d9ae 100644 --- a/src/live_effects/lpe-perspective_path.cpp +++ b/src/live_effects/lpe-perspective_path.cpp @@ -16,6 +16,7 @@ #include "live_effects/lpe-perspective_path.h" #include "sp-item-group.h" +#include "knot-holder-entity.h" #include "inkscape.h" diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp index 057cc424b..e7abb70ea 100644 --- a/src/live_effects/parameter/point.cpp +++ b/src/live_effects/parameter/point.cpp @@ -16,6 +16,7 @@ #include "ui/widget/registered-widget.h" #include "inkscape.h" #include "verbs.h" +#include "knotholder.h" // needed for on-canvas editting: #include "desktop.h"