summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.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/ui/dialog/fill-and-stroke.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/ui/dialog/fill-and-stroke.cpp')
-rw-r--r--src/ui/dialog/fill-and-stroke.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ui/dialog/fill-and-stroke.cpp b/src/ui/dialog/fill-and-stroke.cpp
index 16a9a026b..f09546bdc 100644
--- a/src/ui/dialog/fill-and-stroke.cpp
+++ b/src/ui/dialog/fill-and-stroke.cpp
@@ -15,7 +15,6 @@
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
-#include "ui/widget/notebook-page.h"
#include "desktop-style.h"
#include "document.h"
@@ -23,15 +22,18 @@
#include "filter-chemistry.h"
#include "inkscape.h"
#include "preferences.h"
-#include "style.h"
+#include "verbs.h"
+
#include "svg/css-ostringstream.h"
+
#include "ui/icon-names.h"
-#include "verbs.h"
+#include "ui/view/view-widget.h"
+#include "ui/widget/notebook-page.h"
+
#include "widgets/fill-style.h"
#include "widgets/paint-selector.h"
#include "widgets/stroke-style.h"
-#include "ui/view/view-widget.h"
namespace Inkscape {
namespace UI {