diff options
Diffstat (limited to 'src/live_effects/lpe-taperstroke.cpp')
| -rw-r--r-- | src/live_effects/lpe-taperstroke.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-taperstroke.cpp b/src/live_effects/lpe-taperstroke.cpp index cc0b602d3..b5e440767 100644 --- a/src/live_effects/lpe-taperstroke.cpp +++ b/src/live_effects/lpe-taperstroke.cpp @@ -18,17 +18,17 @@ #include "desktop-style.h" -#include "display/curve.h" #include "helper/geom-nodetype.h" #include "helper/geom-pathstroke.h" -#include "svg/css-ostringstream.h" +#include "display/curve.h" #include "svg/svg-color.h" +#include "svg/css-ostringstream.h" #include "svg/svg.h" #include "knotholder.h" -#include "object/sp-object-group.h" #include "object/sp-shape.h" +#include "object/sp-object-group.h" #include "style.h" // TODO due to internal breakage in glibmm headers, this must be last: |
