summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp
diff options
context:
space:
mode:
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"