summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.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/desktop-style.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/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 4ffdf54cb..a5cc75d15 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 <cstring>
#include <string>
+#include <cstring>
#include <glibmm.h>
@@ -25,8 +25,6 @@
#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"
@@ -39,6 +37,8 @@
#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"