summaryrefslogtreecommitdiffstats
path: root/src/knot.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/knot.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/knot.cpp')
-rw-r--r--src/knot.cpp12
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>