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/text-editing.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/text-editing.cpp') diff --git a/src/text-editing.cpp b/src/text-editing.cpp index 8bcdd3407..ec9b82235 100644 --- a/src/text-editing.cpp +++ b/src/text-editing.cpp @@ -20,25 +20,25 @@ #include #include "desktop.h" +#include "document.h" #include "inkscape.h" #include "message-stack.h" +#include "text-editing.h" + +#include "object/sp-textpath.h" +#include "object/sp-flowtext.h" +#include "object/sp-flowdiv.h" +#include "object/sp-flowregion.h" +#include "object/sp-item-group.h" +#include "object/sp-tref.h" +#include "object/sp-tspan.h" #include "style.h" + #include "util/units.h" -#include "document.h" #include "xml/attribute-record.h" #include "xml/sp-css-attr.h" -#include "sp-textpath.h" -#include "sp-flowtext.h" -#include "sp-flowdiv.h" -#include "sp-flowregion.h" -#include "sp-item-group.h" -#include "sp-tref.h" -#include "sp-tspan.h" - -#include "text-editing.h" - static const gchar *tref_edit_message = _("You cannot edit cloned character data."); static bool tidy_xml_tree_recursively(SPObject *root, bool has_text_decoration); -- cgit v1.2.3