summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
commit43175d10160728a84a24f4b9b8de667c76d6cc8b (patch)
tree2badbf7523341d7aa8fa4eef9cc855e03a485173 /src/ui/dialog/spellcheck.cpp
parentheader cleaning (diff)
downloadinkscape-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.cpp6
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>