diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-26 16:54:08 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-26 16:54:08 +0000 |
| commit | 43175d10160728a84a24f4b9b8de667c76d6cc8b (patch) | |
| tree | 2badbf7523341d7aa8fa4eef9cc855e03a485173 /src/ui/dialog/spellcheck.cpp | |
| parent | header cleaning (diff) | |
| download | inkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.tar.gz inkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.zip | |
Clean up all remaining false warnings from Gtkmm
(bzr r11018)
Diffstat (limited to 'src/ui/dialog/spellcheck.cpp')
| -rw-r--r-- | src/ui/dialog/spellcheck.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/spellcheck.cpp b/src/ui/dialog/spellcheck.cpp index 881b90b0b..85320618b 100644 --- a/src/ui/dialog/spellcheck.cpp +++ b/src/ui/dialog/spellcheck.cpp @@ -12,16 +12,16 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include "spellcheck.h" #include "widgets/icon.h" #include "message-stack.h" -#include <gtk/gtk.h> - #include "helper/window.h" #include "macros.h" #include "inkscape.h" #include "document.h" #include "selection.h" +#include "desktop.h" #include "desktop-handles.h" #include "tools-switch.h" #include "text-context.h" @@ -40,7 +40,7 @@ #include "document-undo.h" #include "sp-root.h" #include "verbs.h" -#include "spellcheck.h" +#include <glibmm/i18n.h> #ifdef WIN32 #include <windows.h> |
