summaryrefslogtreecommitdiffstats
path: root/src/debug/log-display-config.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/debug/log-display-config.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/debug/log-display-config.cpp')
-rw-r--r--src/debug/log-display-config.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/debug/log-display-config.cpp b/src/debug/log-display-config.cpp
index 1f436a708..a70bf10da 100644
--- a/src/debug/log-display-config.cpp
+++ b/src/debug/log-display-config.cpp
@@ -9,13 +9,13 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <iostream>
-#include <gtk/gtk.h>
-#include <gdk/gdk.h>
#include "debug/event-tracker.h"
+#include "debug/log-display-config.h"
#include "debug/logger.h"
#include "debug/simple-event.h"
-#include "debug/log-display-config.h"
+#include <gdk/gdk.h>
+#include <gtk/gtk.h>
+#include <iostream>
namespace Inkscape {