From: cilix42 Date: Wed, 13 Aug 2008 14:51:55 +0000 (+0000) Subject: Get rid of some superfluous includes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=913b2a73bcb2b2aab4c87aff4b5c6665406834c9;p=inkscape.git Get rid of some superfluous includes --- diff --git a/src/live_effects/lpe-vonkoch.h b/src/live_effects/lpe-vonkoch.h index 6ae22bf06..a825d658a 100644 --- a/src/live_effects/lpe-vonkoch.h +++ b/src/live_effects/lpe-vonkoch.h @@ -10,20 +10,10 @@ */ #include "live_effects/effect.h" -#include "live_effects/parameter/parameter.h" #include "live_effects/parameter/path.h" #include "live_effects/parameter/enum.h" #include "live_effects/parameter/bool.h" -// needed for on-canvas editting: -#include "tools-switch.h" -#include "shape-editor.h" -#include "node-context.h" -#include "desktop-handles.h" -#include "selection.h" -#include "nodepath.h" - - namespace Inkscape { namespace LivePathEffect { diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp index 107f5b249..5d541eff8 100644 --- a/src/live_effects/parameter/point.cpp +++ b/src/live_effects/parameter/point.cpp @@ -19,12 +19,7 @@ #include "verbs.h" // needed for on-canvas editting: -#include "tools-switch.h" -#include "node-context.h" -#include "shape-editor.h" #include "desktop.h" -#include "selection.h" -#include "libnr/nr-convert2geom.h" namespace Inkscape { diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp index 8e5ea77b5..bfb0e3c0c 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -23,7 +23,7 @@ #include "desktop-handles.h" #include "knotholder.h" #include "live_effects/parameter/pointparam-knotholder.h" -#include "node-context.h" +#include "nodepath.h" #include "xml/node-event-vector.h" #include "prefs-utils.h" #include "object-edit.h"