summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-shape.cpp')
-rw-r--r--src/object/sp-shape.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp
index 1708ecfb3..21774abb3 100644
--- a/src/object/sp-shape.cpp
+++ b/src/object/sp-shape.cpp
@@ -18,28 +18,28 @@
#include <config.h>
#endif
+#include "helper/geom-nodetype.h"
+#include "helper/geom.h"
+#include <2geom/path-intersection.h>
+#include <2geom/pathvector.h>
#include <2geom/rect.h>
#include <2geom/transforms.h>
-#include <2geom/pathvector.h>
-#include <2geom/path-intersection.h>
-#include "helper/geom.h"
-#include "helper/geom-nodetype.h"
-#include <sigc++/functors/ptr_fun.h>
#include <sigc++/adaptors/bind.h>
+#include <sigc++/functors/ptr_fun.h>
-#include "display/drawing-shape.h"
+#include "attributes.h"
#include "display/curve.h"
-#include "print.h"
+#include "display/drawing-shape.h"
#include "document.h"
-#include "style.h"
+#include "live_effects/lpeobject.h"
+#include "preferences.h"
+#include "print.h"
#include "sp-marker.h"
#include "sp-path.h"
-#include "preferences.h"
-#include "attributes.h"
-#include "svg/svg.h"
+#include "style.h"
#include "svg/path-string.h"
-#include "live_effects/lpeobject.h"
+#include "svg/svg.h"
#include "helper/mathfns.h" // for triangle_area()