summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powerstroke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-powerstroke.cpp')
-rw-r--r--src/live_effects/lpe-powerstroke.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/live_effects/lpe-powerstroke.cpp b/src/live_effects/lpe-powerstroke.cpp
index 1d64e9042..aed63b844 100644
--- a/src/live_effects/lpe-powerstroke.cpp
+++ b/src/live_effects/lpe-powerstroke.cpp
@@ -13,16 +13,16 @@
#include "live_effects/lpe-powerstroke.h"
#include "live_effects/lpe-powerstroke-interpolators.h"
-#include "svg/svg-color.h"
#include "desktop-style.h"
-#include "svg/css-ostringstream.h"
#include "display/curve.h"
+#include "svg/css-ostringstream.h"
+#include "svg/svg-color.h"
+#include "helper/geom.h"
+#include <2geom/circle.h>
#include <2geom/elliptical-arc.h>
-#include <2geom/path-sink.h>
#include <2geom/path-intersection.h>
-#include <2geom/circle.h>
-#include "helper/geom.h"
+#include <2geom/path-sink.h>
#include "object/sp-shape.h"
#include "style.h"