| Index: Source/core/svg/SVGPathUtilities.h
|
| diff --git a/Source/core/svg/SVGPathUtilities.h b/Source/core/svg/SVGPathUtilities.h
|
| index 89f16d43abe263698d545b02f81af71cee3de0c0..7ddf08f792464a69ebf94a6acad3a4b6b24a27ec 100644
|
| --- a/Source/core/svg/SVGPathUtilities.h
|
| +++ b/Source/core/svg/SVGPathUtilities.h
|
| @@ -20,9 +20,7 @@
|
| #ifndef SVGPathUtilities_h
|
| #define SVGPathUtilities_h
|
|
|
| -#include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/SVGPathConsumer.h"
|
| -#include "core/svg/SVGPathSeg.h"
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/text/WTFString.h>
|
|
|
| @@ -31,6 +29,7 @@ namespace WebCore {
|
| class Path;
|
| class SVGPathByteStream;
|
| class SVGPathElement;
|
| +class SVGPathSeg;
|
| class SVGPathSegList;
|
|
|
| // String/SVGPathByteStream -> Path
|
|
|