summaryrefslogtreecommitdiffstats
path: root/src/knot.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/knot.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/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 b4b9db750..8296891f4 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 "document-undo.h"
-#include "document.h"
-#include "knot-ptr.h"
#include "knot.h"
-#include "message-context.h"
+#include "knot-ptr.h"
+#include "document.h"
+#include "document-undo.h"
#include "message-stack.h"
+#include "message-context.h"
#include "ui/tools/node-tool.h"
#include <gtk/gtk.h>