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/help.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/help.cpp')
| -rw-r--r-- | src/help.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/help.cpp b/src/help.cpp index 8bae656c5..02a1930f4 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -16,12 +16,12 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include "path-prefix.h" +#include "ui/dialog/aboutbox.h" +#include "path-prefix.h" #include "help.h" #include "file.h" -#include "ui/dialog/aboutbox.h" void sp_help_about (void) |
