summaryrefslogtreecommitdiffstats
path: root/src/text-editing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text-editing.cpp')
-rw-r--r--src/text-editing.cpp22
1 files changed, 11 insertions, 11 deletions
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 <glibmm/i18n.h>
#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 <b>cloned character data</b>.");
static bool tidy_xml_tree_recursively(SPObject *root, bool has_text_decoration);