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/paint-selector.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/paint-selector.cpp')
| -rw-r--r-- | src/widgets/paint-selector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp index b231b4e38..d330e2bac 100644 --- a/src/widgets/paint-selector.cpp +++ b/src/widgets/paint-selector.cpp @@ -24,8 +24,8 @@ #include <cstring> #include <string> -#include <gtk/gtk.h> +#include "widgets/swatch-selector.h" #include "../sp-pattern.h" #include <glibmm/i18n.h> #include "../widgets/icon.h" @@ -47,7 +47,6 @@ #include "io/sys.h" #include "helper/stock-items.h" #include "ui/icon-names.h" -#include "widgets/swatch-selector.h" #include "paint-selector.h" @@ -55,6 +54,7 @@ #include "svg/svg-icc-color.h" #endif // SP_PS_VERBOSE +#include <gtk/gtk.h> using Inkscape::Widgets::SwatchSelector; |
