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/knot.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/knot.cpp')
| -rw-r--r-- | src/knot.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/knot.cpp b/src/knot.cpp index 8296891f4..b4b9db750 100644 --- a/src/knot.cpp +++ b/src/knot.cpp @@ -14,17 +14,17 @@ #ifdef HAVE_CONFIG_H #endif +#include "desktop.h" +#include "display/sodipodi-ctrl.h" #include <gdk/gdkkeysyms.h> #include <glibmm/i18n.h> -#include "display/sodipodi-ctrl.h" -#include "desktop.h" -#include "knot.h" -#include "knot-ptr.h" -#include "document.h" #include "document-undo.h" -#include "message-stack.h" +#include "document.h" +#include "knot-ptr.h" +#include "knot.h" #include "message-context.h" +#include "message-stack.h" #include "ui/tools/node-tool.h" #include <gtk/gtk.h> |
