summaryrefslogtreecommitdiffstats
path: root/src/graphlayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphlayout.cpp')
-rw-r--r--src/graphlayout.cpp19
1 files changed, 12 insertions, 7 deletions
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 <algorithm>
+#include <cstring>
#include <iostream>
#include <map>
#include <vector>
-#include <algorithm>
-#include <cstring>
+
#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;