From 267299811df952d08324a39008f52c19641de9e0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 30 Jan 2018 09:33:01 +0100 Subject: Move classes derived from SPObject to own directory. A lot of header clean-up. --- src/widgets/paint-selector.cpp | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'src/widgets/paint-selector.cpp') 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 #include -#include "widgets/swatch-selector.h" -#include "sp-pattern.h" #include -#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 -#include -#include -#include -#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" -- cgit v1.2.3