From 9b9816178f8c606724d7f8ee45c70aff9aa9b055 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Wed, 15 Feb 2012 11:19:00 +0000 Subject: 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) --- src/dialogs/export.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dialogs/export.cpp') diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index b52616d1a..85149ccaa 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -22,7 +22,6 @@ // This has to be included prior to anything that includes setjmp.h, it croaks otherwise #include -#include #include #include #include @@ -71,6 +70,8 @@ #include #endif +#include + using Inkscape::DocumentUndo; #define SP_EXPORT_MIN_SIZE 1.0 -- cgit v1.2.3