diff options
Diffstat (limited to 'src/live_effects/parameter/originalpath.cpp')
| -rw-r--r-- | src/live_effects/parameter/originalpath.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/live_effects/parameter/originalpath.cpp b/src/live_effects/parameter/originalpath.cpp index 3f833d2ac..b6a90671e 100644 --- a/src/live_effects/parameter/originalpath.cpp +++ b/src/live_effects/parameter/originalpath.cpp @@ -15,12 +15,13 @@ #include <gtkmm/button.h> #include <gtkmm/label.h> -#include "uri.h" -#include "sp-shape.h" -#include "sp-text.h" #include "display/curve.h" #include "live_effects/effect.h" +#include "object/uri.h" +#include "object/sp-shape.h" +#include "object/sp-text.h" + #include "inkscape.h" #include "desktop.h" #include "selection.h" |
