Index: Source/core/svg/SVGPathBuilder.h |
diff --git a/Source/core/svg/SVGPathBuilder.h b/Source/core/svg/SVGPathBuilder.h |
index c8eb8a4b0097da1a8c307c15c11b11ba266177c0..e3a9c4d215a87096dcb927588eb5a0a9172cc1a8 100644 |
--- a/Source/core/svg/SVGPathBuilder.h |
+++ b/Source/core/svg/SVGPathBuilder.h |
@@ -25,11 +25,12 @@ |
#define SVGPathBuilder_h |
#include "core/platform/graphics/FloatPoint.h" |
-#include "core/platform/graphics/Path.h" |
#include "core/svg/SVGPathConsumer.h" |
namespace WebCore { |
+class Path; |
+ |
class SVGPathBuilder : public SVGPathConsumer { |
public: |
SVGPathBuilder(); |