| Index: Source/core/svg/SVGPolyElement.cpp
|
| diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp
|
| index c8288b2b6d2d76ae8a345c1e663dc6e032e2883e..c35380ea52d5b8634fa3ae38b5de282b00496893 100644
|
| --- a/Source/core/svg/SVGPolyElement.cpp
|
| +++ b/Source/core/svg/SVGPolyElement.cpp
|
| @@ -25,13 +25,13 @@
|
|
|
| #include "Attribute.h"
|
| #include "Document.h"
|
| -#include "RenderSVGPath.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGAnimatedPointList.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| +#include "core/rendering/svg/RenderSVGPath.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|