Index: Source/core/svg/SVGPathSegListBuilder.h |
diff --git a/Source/core/svg/SVGPathSegListBuilder.h b/Source/core/svg/SVGPathSegListBuilder.h |
index 04e30e4d4d05ee5a9c905aa92d56bf78b7730825..1c9e06d9d471e479d050fede1b5e68f19d399f6d 100644 |
--- a/Source/core/svg/SVGPathSegListBuilder.h |
+++ b/Source/core/svg/SVGPathSegListBuilder.h |
@@ -26,11 +26,12 @@ |
#include "core/platform/graphics/FloatPoint.h" |
#include "core/svg/SVGPathConsumer.h" |
-#include "core/svg/SVGPathElement.h" |
#include "core/svg/SVGPathSegList.h" |
namespace WebCore { |
+class SVGPathElement; |
+ |
class SVGPathSegListBuilder : public SVGPathConsumer { |
public: |
SVGPathSegListBuilder(); |