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/dash-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/dash-selector.cpp')
| -rw-r--r-- | src/widgets/dash-selector.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/widgets/dash-selector.cpp b/src/widgets/dash-selector.cpp index fcf66a33a..d30c0c328 100644 --- a/src/widgets/dash-selector.cpp +++ b/src/widgets/dash-selector.cpp @@ -19,9 +19,10 @@ # include "config.h" #endif +#include "dash-selector.h" + #include <cstring> #include <string> -#include <gtk/gtk.h> #include <glibmm/i18n.h> #include <2geom/coord.h> @@ -34,8 +35,6 @@ #include "ui/widget/spinbutton.h" -#include "dash-selector.h" - gchar const *const SPDashSelector::_prefs_path = "/palette/dashes"; static double dash_0[] = {-1.0}; |
