diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-13 14:51:55 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-13 14:51:55 +0000 |
| commit | 4bcd2042e4f42de20793ccbf8a8d70a08ea1a7bc (patch) | |
| tree | 9427ba9e481cc3db464a524b3ec8a14589da14a7 /src/live_effects | |
| parent | NR:: to Geom:: for most of src/extension/ (diff) | |
| download | inkscape-4bcd2042e4f42de20793ccbf8a8d70a08ea1a7bc.tar.gz inkscape-4bcd2042e4f42de20793ccbf8a8d70a08ea1a7bc.zip | |
Get rid of some superfluous includes
(bzr r6613)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-vonkoch.h | 10 | ||||
| -rw-r--r-- | src/live_effects/parameter/point.cpp | 5 |
2 files changed, 0 insertions, 15 deletions
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 { |
