summaryrefslogtreecommitdiffstats
path: root/src/widgets/swatch-selector.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
commit267299811df952d08324a39008f52c19641de9e0 (patch)
tree28fef736a52cb7a72119d119be8eb663ad20a77f /src/widgets/swatch-selector.cpp
parentTranslations: update inkscape.pot (diff)
downloadinkscape-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/swatch-selector.cpp')
-rw-r--r--src/widgets/swatch-selector.cpp12
1 files changed, 9 insertions, 3 deletions
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 <glibmm/i18n.h>
-#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