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/paint-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/paint-selector.cpp')
| -rw-r--r-- | src/widgets/paint-selector.cpp | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp index 557dc8da2..991d81d4a 100644 --- a/src/widgets/paint-selector.cpp +++ b/src/widgets/paint-selector.cpp @@ -25,30 +25,36 @@ #include <string> #include <vector> -#include "widgets/swatch-selector.h" -#include "sp-pattern.h" #include <glibmm/i18n.h> -#include "widgets/widget-sizes.h" -#include "xml/repr.h" -#include "sp-linear-gradient.h" -#include "sp-radial-gradient.h" -#include "sp-mesh-gradient.h" -#include "sp-stop.h" -/* fixme: Move it from dialogs to here */ +#include "desktop-style.h" +#include "document-private.h" #include "gradient-selector.h" -#include <inkscape.h> -#include <document-private.h> -#include <desktop-style.h> -#include <style.h> -#include "svg/css-ostringstream.h" +#include "inkscape.h" +#include "paint-selector.h" #include "path-prefix.h" -#include "io/sys.h" + #include "helper/stock-items.h" + +#include "style.h" + +#include "io/sys.h" + +#include "object/sp-linear-gradient.h" +#include "object/sp-mesh-gradient.h" +#include "object/sp-pattern.h" +#include "object/sp-radial-gradient.h" +#include "object/sp-stop.h" + +#include "svg/css-ostringstream.h" + #include "ui/icon-names.h" #include "ui/widget/color-notebook.h" -#include "paint-selector.h" +#include "widgets/swatch-selector.h" +#include "widgets/widget-sizes.h" + +#include "xml/repr.h" #ifdef SP_PS_VERBOSE #include "svg/svg-icc-color.h" |
