diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
| commit | dfee660d61d18c55d5f0912b3a87958d631eb6fa (patch) | |
| tree | acdb49deedd5bb761f4642874d451d92bf81886b /src/widgets/gradient-vector.cpp | |
| parent | Dutch translation: minor update (diff) | |
| download | inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.tar.gz inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.zip | |
Header tidying, suppress all gdk deprecation errors in gtkmm
(bzr r11030)
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/gradient-vector.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/gradient-vector.cpp b/src/widgets/gradient-vector.cpp index 829f865ed..eb421ade6 100644 --- a/src/widgets/gradient-vector.cpp +++ b/src/widgets/gradient-vector.cpp @@ -24,6 +24,9 @@ #endif #ifdef HAVE_STRING_H #endif +#include "ui/widget/color-preview.h" +#include "gradient-vector.h" +#include "verbs.h" #include <gtk/gtk.h> #include "macros.h" #include <glibmm/i18n.h> @@ -31,7 +34,6 @@ #include "../inkscape.h" #include "../document-private.h" #include "../gradient-chemistry.h" -#include "gradient-vector.h" #include "../helper/window.h" #include "xml/repr.h" @@ -425,7 +427,6 @@ void SPGradientVectorSelector::setSwatched() ##################################################################*/ #include "../widgets/sp-color-notebook.h" -#include "ui/widget/color-preview.h" #include "../widgets/widget-sizes.h" #include "../xml/node-event-vector.h" #include "../svg/svg-color.h" |
