summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 17d87f5)
raw | patch | inline | side by side (parent: 17d87f5)
author | cilix42 <cilix42@users.sourceforge.net> | |
Wed, 13 Aug 2008 14:51:55 +0000 (14:51 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Wed, 13 Aug 2008 14:51:55 +0000 (14:51 +0000) |
src/live_effects/lpe-vonkoch.h | patch | blob | history | |
src/live_effects/parameter/point.cpp | patch | blob | history | |
src/shape-editor.cpp | patch | blob | history |
index 6ae22bf06f3d45df8ccb2e7bc2614d17ee16bb48..a825d658a820707f247335ebce97714647da16a2 100644 (file)
*/
#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 {
index 107f5b24947e1c83df7cb0c23c321a10b68a5058..5d541eff8137bc445ebe269abcfa1031ede8e318 100644 (file)
#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 8e5ea77b57facda9fb60a1bb36b47bb029d89c9e..bfb0e3c0c61ae905ce78730dc83bdca39e31a205 100644 (file)
--- a/src/shape-editor.cpp
+++ b/src/shape-editor.cpp
#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"