summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-06-05 12:34:43 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-06-05 12:34:43 +0000
commitc21611294dea99e78017f770feb78684573cce89 (patch)
tree6a5c9ee15556f36277a47c015b8f46a34e8f6c27 /src/object-edit.cpp
parentAllow angle measurement base to be changed by tapping space. (diff)
downloadinkscape-c21611294dea99e78017f770feb78684573cce89.tar.gz
inkscape-c21611294dea99e78017f770feb78684573cce89.zip
Header cleaning for GTK+3 migration
(bzr r11460)
Diffstat (limited to '')
-rw-r--r--src/object-edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-edit.cpp b/src/object-edit.cpp
index 773bd48e6..b91a6d1e9 100644
--- a/src/object-edit.cpp
+++ b/src/object-edit.cpp
@@ -17,7 +17,6 @@
#include "sp-item.h"
-#include "display/sp-canvas-item.h"
#include "sp-rect.h"
#include "box3d.h"
#include "sp-ellipse.h"
@@ -37,6 +36,7 @@
#include "object-edit.h"
#include "xml/repr.h"
#include <2geom/math-utils.h>
+#include "knot-holder-entity.h"
#define sp_round(v,m) (((v) < 0.0) ? ((ceil((v) / (m) - 0.5)) * (m)) : ((floor((v) / (m) + 0.5)) * (m)))