summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.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/desktop-events.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/desktop-events.cpp')
-rw-r--r--src/desktop-events.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp
index c48b06a9c..98d79ed8c 100644
--- a/src/desktop-events.cpp
+++ b/src/desktop-events.cpp
@@ -31,8 +31,8 @@
#include <glibmm/i18n.h>
-#include <2geom/line.h>
#include <2geom/angle.h>
+#include <2geom/line.h>
#include "desktop.h"
#include "document-undo.h"
@@ -58,8 +58,8 @@
#include "object/sp-root.h"
#include "ui/dialog-events.h"
-#include "ui/tools-switch.h"
#include "ui/dialog/guides.h"
+#include "ui/tools-switch.h"
#include "ui/tools/tool-base.h"
#include "widgets/desktop-widget.h"