Code

shuffling includes to make it compile again
authorrwst <rwst@users.sourceforge.net>
Tue, 14 Feb 2006 19:05:44 +0000 (19:05 +0000)
committerrwst <rwst@users.sourceforge.net>
Tue, 14 Feb 2006 19:05:44 +0000 (19:05 +0000)
src/graphlayout/graphlayout.cpp

index efc26ad60ecc7a5ba8e51f0b2e1e2cfdb4d348a9..ba3ca6e10f1267fcf55c143a5d58c0e75e4b7032 100644 (file)
@@ -9,12 +9,12 @@
 *
 * Released under GNU GPL.  Read the file 'COPYING' for more information.
 */
+#include "util/glib-list-iterators.h"
 #include "graphlayout/graphlayout.h"
 #include <iostream>
 #include <config.h>
 
 #ifdef HAVE_BOOST_GRAPH_LIB
-#include "util/glib-list-iterators.h"
 #include "sp-path.h"
 #include "sp-item.h"
 #include "sp-item-transform.h"