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/sp-attribute-widget.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/widgets/sp-attribute-widget.cpp') diff --git a/src/widgets/sp-attribute-widget.cpp b/src/widgets/sp-attribute-widget.cpp index 6116d3be5..d89e6296c 100644 --- a/src/widgets/sp-attribute-widget.cpp +++ b/src/widgets/sp-attribute-widget.cpp @@ -12,19 +12,21 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "sp-attribute-widget.h" - #include #include #include -#include "sp-object.h" -#include "xml/repr.h" +#include "sp-attribute-widget.h" + #include "macros.h" #include "document.h" #include "document-undo.h" #include "verbs.h" +#include "object/sp-object.h" + +#include "xml/repr.h" + using Inkscape::DocumentUndo; /** -- cgit v1.2.3