summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
commitbba4ff6672494fab59286b50f6c645ad62a47e60 (patch)
treec357b8add3334ef1df340d4eb433404857c27e7d /src/ui/dialog/spellcheck.cpp
parentFix test (diff)
downloadinkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.tar.gz
inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.zip
Fix include order with clang-tidy check llvm-include-order
Diffstat (limited to 'src/ui/dialog/spellcheck.cpp')
-rw-r--r--src/ui/dialog/spellcheck.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ui/dialog/spellcheck.cpp b/src/ui/dialog/spellcheck.cpp
index 252782081..627da6874 100644
--- a/src/ui/dialog/spellcheck.cpp
+++ b/src/ui/dialog/spellcheck.cpp
@@ -15,18 +15,18 @@
#include "spellcheck.h"
#include "message-stack.h"
+#include "desktop.h"
+#include "document.h"
#include "helper/window.h"
#include "inkscape.h"
-#include "document.h"
-#include "desktop.h"
-#include "ui/tools-switch.h"
-#include "ui/tools/text-tool.h"
-#include "ui/interface.h"
-#include "text-editing.h"
-#include "selection-chemistry.h"
#include "display/curve.h"
#include "document-undo.h"
+#include "selection-chemistry.h"
+#include "text-editing.h"
+#include "ui/interface.h"
+#include "ui/tools-switch.h"
+#include "ui/tools/text-tool.h"
#include "verbs.h"
#include "object/sp-defs.h"