diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 11:19:00 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 11:19:00 +0000 |
| commit | 9b9816178f8c606724d7f8ee45c70aff9aa9b055 (patch) | |
| tree | 759d0cc9498468201dc74f60b96ba513624e31b2 /src/dialogs/export.cpp | |
| parent | fix build after r10963 (diff) | |
| download | inkscape-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/dialogs/export.cpp')
| -rw-r--r-- | src/dialogs/export.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <png.h> -#include <gtk/gtk.h> #include <gtkmm/box.h> #include <gtkmm/buttonbox.h> #include <gtkmm/label.h> @@ -71,6 +70,8 @@ #include <gdk/gdkwin32.h> #endif +#include <gtk/gtk.h> + using Inkscape::DocumentUndo; #define SP_EXPORT_MIN_SIZE 1.0 |
