diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
| commit | 267299811df952d08324a39008f52c19641de9e0 (patch) | |
| tree | 28fef736a52cb7a72119d119be8eb663ad20a77f /src/livarot | |
| parent | Translations: update inkscape.pot (diff) | |
| download | inkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz inkscape-267299811df952d08324a39008f52c19641de9e0.zip | |
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'src/livarot')
| -rw-r--r-- | src/livarot/Shape.h | 2 | ||||
| -rw-r--r-- | src/livarot/int-line.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/livarot/Shape.h b/src/livarot/Shape.h index da1edc6b3..2651f4d7f 100644 --- a/src/livarot/Shape.h +++ b/src/livarot/Shape.h @@ -17,7 +17,7 @@ #include <2geom/point.h> #include "livarot/LivarotDefs.h" -#include "object-set.h" +#include "object/object-set.h" class Path; class FloatLigne; diff --git a/src/livarot/int-line.h b/src/livarot/int-line.h index ed3ccfb96..0a52d4639 100644 --- a/src/livarot/int-line.h +++ b/src/livarot/int-line.h @@ -2,7 +2,7 @@ #define INKSCAPE_LIVAROT_INT_LINE_H #include "livarot/LivarotDefs.h" -#include "object-set.h" +#include "object/object-set.h" // For BooleanOp /** \file * Coverage with integer boundaries. |
