diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-09-28 23:14:32 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-09-28 23:14:32 +0000 |
| commit | 66f7823ce4604e1d4b8423cf12298acb4a8e6379 (patch) | |
| tree | 58b1225431dfc0fed2fcb87e4aa1a0a8f4d06eed /src/object | |
| parent | Remove uneeded fix for bug (diff) | |
| download | inkscape-66f7823ce4604e1d4b8423cf12298acb4a8e6379.tar.gz inkscape-66f7823ce4604e1d4b8423cf12298acb4a8e6379.zip | |
Fix unneeded headers from previous commit removing fix for 1219324 not needed now
Diffstat (limited to 'src/object')
| -rwxr-xr-x | src/object/sp-lpe-item.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp index d908e81c1..6200034ed 100755 --- a/src/object/sp-lpe-item.cpp +++ b/src/object/sp-lpe-item.cpp @@ -18,7 +18,6 @@ #include <glibmm/i18n.h> #include "bad-uri-exception.h" -#include "ui/tool/multi-path-manipulator.h" #include "live_effects/effect.h" #include "live_effects/lpe-path_length.h" @@ -43,8 +42,6 @@ #include "sp-clippath.h" #include "sp-mask.h" #include "sp-rect.h" -#include "ui/tools-switch.h" -#include "ui/tools/node-tool.h" /* LPEItem base class */ static void sp_lpe_item_enable_path_effects(SPLPEItem *lpeitem, bool enable); |
