diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-02-14 19:05:44 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-02-14 19:05:44 +0000 |
| commit | 3f87e4539e57c261c0a0ba64e26d1b9874886a8f (patch) | |
| tree | 425a04975145d19fd58753216ca766ac300f991e /src/graphlayout/graphlayout.cpp | |
| parent | check for null spitem (fix for #1122875, patch by inkblotter) (diff) | |
| download | inkscape-3f87e4539e57c261c0a0ba64e26d1b9874886a8f.tar.gz inkscape-3f87e4539e57c261c0a0ba64e26d1b9874886a8f.zip | |
shuffling includes to make it compile again
(bzr r141)
Diffstat (limited to 'src/graphlayout/graphlayout.cpp')
| -rw-r--r-- | src/graphlayout/graphlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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" |
