diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
| commit | 267299811df952d08324a39008f52c19641de9e0 (patch) | |
| tree | 28fef736a52cb7a72119d119be8eb663ad20a77f /src/widgets/gradient-selector.cpp | |
| parent | Translations: update inkscape.pot (diff) | |
| download | inkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz inkscape-267299811df952d08324a39008f52c19641de9e0.zip | |
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'src/widgets/gradient-selector.cpp')
| -rw-r--r-- | src/widgets/gradient-selector.cpp | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/widgets/gradient-selector.cpp b/src/widgets/gradient-selector.cpp index 99ef9f19b..db2d7f028 100644 --- a/src/widgets/gradient-selector.cpp +++ b/src/widgets/gradient-selector.cpp @@ -17,24 +17,25 @@ #include <config.h> #endif +#include <glibmm/i18n.h> #include <gtkmm/treeview.h> -#include "gradient-vector.h" - -#include "document.h" -#include "document-undo.h" #include "document-private.h" +#include "document-undo.h" +#include "document.h" #include "gradient-chemistry.h" +#include "gradient-vector.h" +#include "id-clash.h" #include "inkscape.h" -#include "verbs.h" -#include "helper/action.h" +#include "paint-selector.h" #include "preferences.h" +#include "verbs.h" -#include <glibmm/i18n.h> - -#include "paint-selector.h" +#include "object/sp-defs.h" #include "style.h" -#include "id-clash.h" + +#include "helper/action.h" + #include "ui/icon-names.h" enum { |
