diff options
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/effect.h | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-line_segment.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index ffb4d70a3..50d4c142b 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -7,7 +7,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <map> #include <glibmm/ustring.h> #include <2geom/forward.h> #include "ui/widget/registry.h" diff --git a/src/live_effects/lpe-line_segment.h b/src/live_effects/lpe-line_segment.h index 3a8e895e3..b2bb0994f 100644 --- a/src/live_effects/lpe-line_segment.h +++ b/src/live_effects/lpe-line_segment.h @@ -14,8 +14,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "live_effects/effect.h" #include "live_effects/parameter/enum.h" +#include "live_effects/effect.h" namespace Inkscape { namespace LivePathEffect { |
