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/graphlayout.cpp | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'src/graphlayout.cpp') diff --git a/src/graphlayout.cpp b/src/graphlayout.cpp index ba8cd10d5..31115b999 100644 --- a/src/graphlayout.cpp +++ b/src/graphlayout.cpp @@ -12,24 +12,29 @@ * Released under GNU GPL. Read the file 'COPYING' for more information. */ +#include +#include #include #include #include -#include -#include + #include <2geom/transforms.h> +#include "conn-avoid-ref.h" #include "desktop.h" -#include "inkscape.h" -#include "sp-namedview.h" #include "graphlayout.h" -#include "sp-item-transform.h" -#include "style.h" -#include "conn-avoid-ref.h" +#include "inkscape.h" + #include "libavoid/router.h" + #include "libcola/cola.h" #include "libcola/connected_components.h" +#include "object/sp-item-transform.h" +#include "object/sp-namedview.h" +#include "object/sp-path.h" +#include "style.h" + using namespace std; using namespace cola; using namespace vpsc; -- cgit v1.2.3