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/spray-context.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/spray-context.cpp')
| -rw-r--r-- | src/spray-context.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/spray-context.cpp b/src/spray-context.cpp index a94a92157..89da66b8f 100644 --- a/src/spray-context.cpp +++ b/src/spray-context.cpp @@ -20,12 +20,10 @@ #include "config.h" -#include <gtk/gtk.h> -#include <gdk/gdkkeysyms.h> -#include <glibmm/i18n.h> - #include <numeric> +#include "ui/dialog/dialog-manager.h" + #include "svg/svg.h" #include <glib.h> @@ -65,12 +63,15 @@ #include "filter-chemistry.h" #include "spray-context.h" -#include "ui/dialog/dialog-manager.h" #include "helper/action.h" #include "verbs.h" #include <iostream> +#include <gtk/gtk.h> +#include <gdk/gdkkeysyms.h> +#include <glibmm/i18n.h> + using Inkscape::DocumentUndo; using namespace std; |
