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/extension/execution-env.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/extension/execution-env.cpp')
| -rw-r--r-- | src/extension/execution-env.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index 7e233d215..5a36da1a9 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -16,15 +16,15 @@ #include <gtkmm/messagedialog.h> #include "execution-env.h" -#include "prefdialog.h" #include "implementation/implementation.h" +#include "prefdialog.h" -#include "selection.h" -#include "effect.h" -#include "document.h" -#include "document-undo.h" #include "desktop.h" +#include "document-undo.h" +#include "document.h" +#include "effect.h" #include "object/sp-namedview.h" +#include "selection.h" #include "display/sp-canvas.h" |
