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/swatch-selector.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/widgets/swatch-selector.cpp') diff --git a/src/widgets/swatch-selector.cpp b/src/widgets/swatch-selector.cpp index b9cce1d19..3bfa83cd9 100644 --- a/src/widgets/swatch-selector.cpp +++ b/src/widgets/swatch-selector.cpp @@ -1,15 +1,21 @@ + #include "swatch-selector.h" + #include -#include "document.h" #include "document-undo.h" +#include "document.h" #include "gradient-chemistry.h" #include "gradient-selector.h" -#include "sp-stop.h" +#include "verbs.h" + +#include "object/sp-stop.h" + #include "svg/css-ostringstream.h" #include "svg/svg-color.h" -#include "verbs.h" + #include "ui/widget/color-notebook.h" + #include "xml/node.h" namespace Inkscape -- cgit v1.2.3