From: rwst Date: Tue, 14 Feb 2006 19:05:44 +0000 (+0000) Subject: shuffling includes to make it compile again X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6b956cc7f8606736070c6189a85bb299b89aab0b;p=inkscape.git shuffling includes to make it compile again --- diff --git a/src/graphlayout/graphlayout.cpp b/src/graphlayout/graphlayout.cpp index efc26ad60..ba3ca6e10 100644 --- a/src/graphlayout/graphlayout.cpp +++ b/src/graphlayout/graphlayout.cpp @@ -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 #include #ifdef HAVE_BOOST_GRAPH_LIB -#include "util/glib-list-iterators.h" #include "sp-path.h" #include "sp-item.h" #include "sp-item-transform.h"