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/text-toolbar.cpp | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'src/widgets/text-toolbar.cpp') diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp index 184c9fd4b..6288999a6 100644 --- a/src/widgets/text-toolbar.cpp +++ b/src/widgets/text-toolbar.cpp @@ -30,35 +30,41 @@ #include #endif -#include "libnrtype/font-lister.h" #include + #include "text-toolbar.h" #include "desktop-style.h" #include "desktop.h" #include "document-undo.h" #include "document.h" -#include "widgets/ege-adjustment-action.h" #include "ink-radio-action.h" #include "ink-toggle-action.h" -#include "widgets/ink-comboboxentry-action.h" -#include "widgets/style-utils.h" #include "inkscape.h" #include "selection-chemistry.h" -#include "sp-flowtext.h" -#include "sp-root.h" -#include "sp-text.h" -#include "sp-tspan.h" -#include "sp-flowdiv.h" -#include "style.h" -#include "svg/css-ostringstream.h" #include "text-editing.h" #include "toolbox.h" +#include "verbs.h" + +#include "libnrtype/font-lister.h" + +#include "object/sp-flowdiv.h" +#include "object/sp-flowtext.h" +#include "object/sp-root.h" +#include "object/sp-text.h" +#include "object/sp-tspan.h" +#include "style.h" + +#include "svg/css-ostringstream.h" + #include "ui/icon-names.h" #include "ui/tools/text-tool.h" -#include "ui/widget/unit-tracker.h" #include "ui/widget/ink-select-one-action.h" -#include "verbs.h" +#include "ui/widget/unit-tracker.h" + +#include "widgets/ege-adjustment-action.h" +#include "widgets/ink-comboboxentry-action.h" +#include "widgets/style-utils.h" using Inkscape::DocumentUndo; using Inkscape::UI::ToolboxFactory; -- cgit v1.2.3