diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 13:43:17 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 13:43:17 +0000 |
| commit | cd1cf32a2792f8eaf99a90e326a7430b9b842552 (patch) | |
| tree | 7dc818161f74be4598a640e4491b71d166f19d9f /src/desktop.cpp | |
| parent | Refresh marshallers for mingw (diff) | |
| download | inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.tar.gz inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.zip | |
Header cleaning
(bzr r10963)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 13022fc62..98791064e 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -32,6 +32,8 @@ #include <2geom/transforms.h> #include <2geom/rect.h> +#include "ui/dialog/dialog-manager.h" + #include "box3d-context.h" #include "color.h" #include "desktop-events.h" @@ -68,7 +70,6 @@ #include "sp-item-group.h" #include "sp-namedview.h" #include "sp-root.h" -#include "ui/dialog/dialog-manager.h" #include "widgets/desktop-widget.h" #include "xml/repr.h" |
