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/stroke-marker-selector.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/widgets/stroke-marker-selector.cpp') diff --git a/src/widgets/stroke-marker-selector.cpp b/src/widgets/stroke-marker-selector.cpp index 51377fd41..95a8ce078 100644 --- a/src/widgets/stroke-marker-selector.cpp +++ b/src/widgets/stroke-marker-selector.cpp @@ -19,25 +19,25 @@ #include "stroke-marker-selector.h" #include - - -#include "style.h" -#include "ui/dialog-events.h" +#include #include "desktop-style.h" #include "path-prefix.h" -#include "io/sys.h" -#include "sp-marker.h" -#include "sp-defs.h" -#include "sp-root.h" -#include "ui/cache/svg_preview_cache.h" +#include "stroke-style.h" + #include "helper/stock-items.h" -#include -#include "ui/widget/spinbutton.h" -#include "ui/util.h" +#include "io/sys.h" -#include "stroke-style.h" +#include "object/sp-defs.h" +#include "object/sp-marker.h" +#include "object/sp-root.h" +#include "style.h" + +#include "ui/cache/svg_preview_cache.h" +#include "ui/dialog-events.h" +#include "ui/util.h" +#include "ui/widget/spinbutton.h" static Inkscape::UI::Cache::SvgPreview svg_preview_cache; -- cgit v1.2.3