summaryrefslogtreecommitdiffstats
path: root/src/object/sp-lpe-item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-lpe-item.cpp')
-rw-r--r--src/object/sp-lpe-item.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp
index 7f099de5f..c7c925c55 100644
--- a/src/object/sp-lpe-item.cpp
+++ b/src/object/sp-lpe-item.cpp
@@ -21,29 +21,29 @@
#include "ui/tool/multi-path-manipulator.h"
#include "live_effects/effect.h"
-#include "live_effects/lpe-copy_rotate.h"
-#include "live_effects/lpe-mirror_symmetry.h"
#include "live_effects/lpe-path_length.h"
-#include "live_effects/lpeobject-reference.h"
#include "live_effects/lpeobject.h"
+#include "live_effects/lpeobject-reference.h"
+#include "live_effects/lpe-mirror_symmetry.h"
+#include "live_effects/lpe-copy_rotate.h"
+#include "sp-path.h"
+#include "sp-item-group.h"
#include "attributes.h"
-#include "desktop.h"
-#include "display/curve.h"
-#include "inkscape.h"
+#include "uri.h"
#include "message-stack.h"
+#include "inkscape.h"
+#include "desktop.h"
+#include "ui/shape-editor.h"
#include "path-chemistry.h"
-#include "sp-clippath.h"
#include "sp-ellipse.h"
-#include "sp-item-group.h"
+#include "display/curve.h"
+#include "svg/svg.h"
+#include "sp-clippath.h"
#include "sp-mask.h"
-#include "sp-path.h"
#include "sp-rect.h"
-#include "svg/svg.h"
-#include "ui/shape-editor.h"
#include "ui/tools-switch.h"
#include "ui/tools/node-tool.h"
-#include "uri.h"
/* LPEItem base class */
static void sp_lpe_item_enable_path_effects(SPLPEItem *lpeitem, bool enable);