summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-04 05:43:09 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-04 05:43:09 +0000
commit23ea206a1348414f67fee482f63a69b1d90b0df6 (patch)
tree59963d707033bbb5e58e70e9a75415c26aff3ad0 /src/livarot/Path.h
parentFixed mismatched quotes that confused Doxygen. (diff)
downloadinkscape-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.h8
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;
/*