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/text-edit.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/text-edit.cpp')
| -rw-r--r-- | src/ui/dialog/text-edit.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/dialog/text-edit.cpp b/src/ui/dialog/text-edit.cpp index 3eaad85a8..bb634197c 100644 --- a/src/ui/dialog/text-edit.cpp +++ b/src/ui/dialog/text-edit.cpp @@ -19,6 +19,7 @@ # include "config.h" #endif +#include "text-edit.h" #include <libnrtype/font-instance.h> #include <gtk/gtk.h> @@ -33,7 +34,6 @@ extern "C" { #include <libnrtype/font-style-to-pos.h> #include <xml/repr.h> -#include "text-edit.h" #include "macros.h" #include "helper/window.h" #include "inkscape.h" @@ -53,6 +53,8 @@ extern "C" { #include "interface.h" #include "svg/css-ostringstream.h" #include "widgets/icon.h" +#include "widgets/font-selector.h" +#include <glibmm/i18n.h> namespace Inkscape { |
