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/widgets/toolbox.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/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 171fc8332..a75960fd9 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -32,7 +32,7 @@ #include <cstring> #include <string> -#include <gtk/gtk.h> +#include "../libnrtype/font-lister.h" #include <iostream> #include <sstream> #include <glibmm/i18n.h> @@ -62,7 +62,6 @@ #include "../inkscape.h" #include "../interface.h" #include "../libnrtype/font-instance.h" -#include "../libnrtype/font-lister.h" #include "../live_effects/effect.h" #include "../live_effects/lpe-angle_bisector.h" #include "../live_effects/lpe-line_segment.h" @@ -109,6 +108,7 @@ #include "ui/uxmanager.h" #include "toolbox.h" +#include <gtk/gtk.h> //#define DEBUG_TEXT |
