diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 05:43:09 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 05:43:09 +0000 |
| commit | 23ea206a1348414f67fee482f63a69b1d90b0df6 (patch) | |
| tree | 59963d707033bbb5e58e70e9a75415c26aff3ad0 /src/livarot/Path.h | |
| parent | Fixed mismatched quotes that confused Doxygen. (diff) | |
| download | inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.tar.gz inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.zip | |
Purging some forward.h files.
(bzr r10664)
Diffstat (limited to 'src/livarot/Path.h')
| -rw-r--r-- | src/livarot/Path.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/livarot/Path.h b/src/livarot/Path.h index 22d989778..1f0e7a244 100644 --- a/src/livarot/Path.h +++ b/src/livarot/Path.h @@ -11,9 +11,15 @@ #include <vector> #include "LivarotDefs.h" -#include "livarot/livarot-forward.h" #include <2geom/point.h> +struct PathDescr; +class PathDescrLineTo; +class PathDescrArcTo; +class PathDescrCubicTo; +class PathDescrBezierTo; +class PathDescrIntermBezierTo; + struct SPStyle; /* |
