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/gradient-vector.cpp | 50 ++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 20 deletions(-) (limited to 'src/widgets/gradient-vector.cpp') diff --git a/src/widgets/gradient-vector.cpp b/src/widgets/gradient-vector.cpp index fdba2b56d..412f0b7e2 100644 --- a/src/widgets/gradient-vector.cpp +++ b/src/widgets/gradient-vector.cpp @@ -23,37 +23,47 @@ #include #endif +#include + #include -#include "gradient-vector.h" -#include "ui/widget/color-preview.h" -#include "verbs.h" -#include "macros.h" #include -#include -#include "../widgets/gradient-image.h" -#include "../inkscape.h" -#include "../document-private.h" -#include "../gradient-chemistry.h" -#include "../helper/window.h" -#include "io/resource.h" -#include "xml/repr.h" -#include "../preferences.h" -#include "svg/css-ostringstream.h" -#include "sp-stop.h" -#include "selection-chemistry.h" -#include "style.h" -#include "sp-linear-gradient.h" -#include "sp-radial-gradient.h" + + +#include "document-private.h" +#include "gradient-chemistry.h" +#include "inkscape.h" +#include "preferences.h" #include "desktop.h" +#include "document-undo.h" +#include "gradient-vector.h" #include "layer-manager.h" +#include "macros.h" +#include "selection-chemistry.h" +#include "verbs.h" -#include "document-undo.h" +#include "helper/window.h" + +#include "io/resource.h" + +#include "object/sp-defs.h" +#include "object/sp-linear-gradient.h" +#include "object/sp-radial-gradient.h" +#include "object/sp-root.h" +#include "object/sp-stop.h" +#include "style.h" + +#include "svg/css-ostringstream.h" #include "ui/dialog-events.h" #include "ui/selected-color.h" #include "ui/widget/color-notebook.h" +#include "ui/widget/color-preview.h" + +#include "widgets/gradient-image.h" + +#include "xml/repr.h" using Inkscape::DocumentUndo; using Inkscape::UI::SelectedColor; -- cgit v1.2.3