summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-09-28 23:14:32 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-09-28 23:14:32 +0000
commit66f7823ce4604e1d4b8423cf12298acb4a8e6379 (patch)
tree58b1225431dfc0fed2fcb87e4aa1a0a8f4d06eed /src/object
parentRemove uneeded fix for bug (diff)
downloadinkscape-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-xsrc/object/sp-lpe-item.cpp3
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);