summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-spiro.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-19 20:54:42 +0000
committerJabiertxof <jtx@jtx>2016-12-19 20:54:42 +0000
commit952eb10b1e00f0e4abfbf8dd23fcb3935019f098 (patch)
treecb123421faab0392a6c79a524208e987ba22ec4e /src/live_effects/lpe-spiro.cpp
parentRemove unneeded static var from previous commit (diff)
downloadinkscape-952eb10b1e00f0e4abfbf8dd23fcb3935019f098.tar.gz
inkscape-952eb10b1e00f0e4abfbf8dd23fcb3935019f098.zip
Remove some ocurrences of desktop in knot functions
(bzr r15337)
Diffstat (limited to 'src/live_effects/lpe-spiro.cpp')
-rw-r--r--src/live_effects/lpe-spiro.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/lpe-spiro.cpp b/src/live_effects/lpe-spiro.cpp
index 4a41dc5a0..8ea57bee4 100644
--- a/src/live_effects/lpe-spiro.cpp
+++ b/src/live_effects/lpe-spiro.cpp
@@ -16,8 +16,6 @@
// For handling un-continuous paths:
#include "message-stack.h"
#include "inkscape.h"
-#include "desktop.h"
-
namespace Inkscape {
namespace LivePathEffect {