summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-offset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-offset.cpp')
-rw-r--r--src/live_effects/lpe-offset.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/live_effects/lpe-offset.cpp b/src/live_effects/lpe-offset.cpp
index 070c333ea..257d02c83 100644
--- a/src/live_effects/lpe-offset.cpp
+++ b/src/live_effects/lpe-offset.cpp
@@ -14,22 +14,22 @@
*/
#include "live_effects/parameter/enum.h"
+#include "live_effects/lpe-offset.h"
#include "display/curve.h"
-#include "helper/geom-pathstroke.h"
-#include "helper/geom.h"
#include "inkscape.h"
-#include "knot-holder-entity.h"
-#include "knot.h"
-#include "knotholder.h"
-#include "live_effects/lpe-offset.h"
-#include "object/sp-shape.h"
+#include "helper/geom.h"
+#include "helper/geom-pathstroke.h"
+#include <2geom/sbasis-to-bezier.h>
+#include <2geom/piecewise.h>
+#include <2geom/path-intersection.h>
+#include <2geom/intersection-graph.h>
+#include <2geom/elliptical-arc.h>
#include <2geom/angle.h>
#include <2geom/curve.h>
-#include <2geom/elliptical-arc.h>
-#include <2geom/intersection-graph.h>
-#include <2geom/path-intersection.h>
-#include <2geom/piecewise.h>
-#include <2geom/sbasis-to-bezier.h>
+#include "object/sp-shape.h"
+#include "knot-holder-entity.h"
+#include "knotholder.h"
+#include "knot.h"
#include <algorithm>
//this is only to flatten nonzero fillrule
#include "livarot/Path.h"