summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
commit6031728e438feb9457596baae886c803883535e4 (patch)
tree312bd8e46bc0cb2581287a72964d21a1eba5133b /src/ui/dialog/spellcheck.cpp
parentRename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff)
downloadinkscape-6031728e438feb9457596baae886c803883535e4.tar.gz
inkscape-6031728e438feb9457596baae886c803883535e4.zip
Revert "Fix include order with clang-tidy check llvm-include-order"
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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 627da6874..252782081 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 "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 "ui/interface.h"
+#include "text-editing.h"
+#include "selection-chemistry.h"
+#include "display/curve.h"
+#include "document-undo.h"
#include "verbs.h"
#include "object/sp-defs.h"