summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.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-style.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-style.cpp')
-rw-r--r--src/desktop-style.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp
index a5cc75d15..4ffdf54cb 100644
--- a/src/desktop-style.cpp
+++ b/src/desktop-style.cpp
@@ -12,8 +12,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <string>
#include <cstring>
+#include <string>
#include <glibmm.h>
@@ -25,6 +25,8 @@
#include "selection.h"
#include "object/box3d-side.h"
+#include "object/filters/blend.h"
+#include "object/filters/gaussian-blur.h"
#include "object/sp-flowdiv.h"
#include "object/sp-flowregion.h"
#include "object/sp-flowtext.h"
@@ -37,8 +39,6 @@
#include "object/sp-tspan.h"
#include "object/sp-use.h"
#include "style.h"
-#include "object/filters/blend.h"
-#include "object/filters/gaussian-blur.h"
#include "svg/css-ostringstream.h"
#include "svg/svg-color.h"