summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-15 11:19:00 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-15 11:19:00 +0000
commit9b9816178f8c606724d7f8ee45c70aff9aa9b055 (patch)
tree759d0cc9498468201dc74f60b96ba513624e31b2 /src/file.cpp
parentfix build after r10963 (diff)
downloadinkscape-9b9816178f8c606724d7f8ee45c70aff9aa9b055.tar.gz
inkscape-9b9816178f8c606724d7f8ee45c70aff9aa9b055.zip
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. Hides many GTK deprecation errors that we can't fix in Inkscape
(bzr r10982)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/file.cpp b/src/file.cpp
index e6a744d1b..536dc9ebb 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -30,10 +30,7 @@
# include "config.h"
#endif
-#include <gtk/gtk.h>
-#include <glib.h>
-#include <glibmm/i18n.h>
-
+#include "ui/dialog/ocaldialogs.h"
#include "desktop.h"
#include "desktop-handles.h"
#include "dialogs/export.h"
@@ -62,11 +59,14 @@
#include "selection.h"
#include "sp-namedview.h"
#include "style.h"
-#include "ui/dialog/ocaldialogs.h"
#include "ui/view/view-widget.h"
#include "uri.h"
#include "xml/rebase-hrefs.h"
+#include <gtk/gtk.h>
+#include <glib.h>
+#include <glibmm/i18n.h>
+
using Inkscape::DocumentUndo;
#ifdef WITH_GNOME_VFS