From 267299811df952d08324a39008f52c19641de9e0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 30 Jan 2018 09:33:01 +0100 Subject: Move classes derived from SPObject to own directory. A lot of header clean-up. --- src/conn-avoid-ref.cpp | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'src/conn-avoid-ref.cpp') diff --git a/src/conn-avoid-ref.cpp b/src/conn-avoid-ref.cpp index 5e7942f19..34fe27cd5 100644 --- a/src/conn-avoid-ref.cpp +++ b/src/conn-avoid-ref.cpp @@ -15,26 +15,28 @@ #include #include -#include "sp-item.h" -#include "display/curve.h" -#include "2geom/line.h" #include "2geom/convex-hull.h" -#include "svg/stringstream.h" +#include "2geom/line.h" + #include "conn-avoid-ref.h" -#include "sp-conn-end.h" -#include "sp-path.h" -#include "libavoid/router.h" -#include "libavoid/shape.h" -#include "xml/node.h" -#include "document.h" #include "desktop.h" - #include "document-undo.h" -#include "sp-namedview.h" -#include "sp-item-group.h" +#include "document.h" #include "inkscape.h" #include "verbs.h" +#include "display/curve.h" + +#include "libavoid/router.h" +#include "libavoid/shape.h" + +#include "object/sp-namedview.h" +#include "object/sp-shape.h" + +#include "svg/stringstream.h" + +#include "xml/node.h" + using Inkscape::DocumentUndo; using Avoid::Router; -- cgit v1.2.3