diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-08-04 03:45:58 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-08-04 03:45:58 +0000 |
| commit | 30884b9e814d7baaa2299803e8cb76cf203ca084 (patch) | |
| tree | 579df4681a79a963913cea8d4891405d74280615 /src/livarot/path-description.cpp | |
| parent | Fix pattern viewBox (diff) | |
| download | inkscape-30884b9e814d7baaa2299803e8cb76cf203ca084.tar.gz inkscape-30884b9e814d7baaa2299803e8cb76cf203ca084.zip | |
Wholesale cruft removal part 1
(bzr r9508.1.44)
Diffstat (limited to 'src/livarot/path-description.cpp')
| -rw-r--r-- | src/livarot/path-description.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/path-description.cpp b/src/livarot/path-description.cpp index 9ecfb99d6..fd91cb447 100644 --- a/src/livarot/path-description.cpp +++ b/src/livarot/path-description.cpp @@ -1,5 +1,5 @@ -#include "libnr/nr-point-matrix-ops.h" #include "livarot/path-description.h" +#include <2geom/matrix.h> PathDescr *PathDescrMoveTo::clone() const { |
