diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-12-26 23:00:38 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2016-12-26 23:00:38 +0000 |
| commit | 223ba2e5e0060a4fef243fb3249c946168698e59 (patch) | |
| tree | d7f0663314d5db7ed626f8295d000a88174d3d84 /src/file.cpp | |
| parent | Fix typo (diff) | |
| download | inkscape-223ba2e5e0060a4fef243fb3249c946168698e59.tar.gz inkscape-223ba2e5e0060a4fef243fb3249c946168698e59.zip | |
Fix header inclusion ordering
(bzr r15365)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.cpp b/src/file.cpp index 6f7c52123..756bc55bb 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -31,6 +31,8 @@ # include "config.h" #endif +#include <gtkmm.h> + #include "ui/dialog/ocaldialogs.h" #include "desktop.h" @@ -71,8 +73,6 @@ #include "proj_pt.h" #include "ui/shape-editor.h" -#include <gtkmm.h> - using Inkscape::DocumentUndo; #ifdef WITH_GNOME_VFS |
