diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
| commit | bba4ff6672494fab59286b50f6c645ad62a47e60 (patch) | |
| tree | c357b8add3334ef1df340d4eb433404857c27e7d /src/ui/dialog/spellcheck.cpp | |
| parent | Fix test (diff) | |
| download | inkscape-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.cpp | 14 |
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" |
