summaryrefslogtreecommitdiffstats
path: root/src/line-geometry.h
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/line-geometry.h
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 'src/line-geometry.h')
-rw-r--r--src/line-geometry.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/line-geometry.h b/src/line-geometry.h
index 472478e3b..dcd157d47 100644
--- a/src/line-geometry.h
+++ b/src/line-geometry.h
@@ -14,9 +14,8 @@
#include <boost/optional.hpp>
#include "glib.h"
-#include "display/sp-ctrlline.h"
#include "axis-manip.h" // FIXME: This is only for Box3D::epsilon; move that to a better location
-
+#include "2geom/point.h"
#include "document.h"
#include "ui/view/view.h"