| Index: Source/core/svg/SVGCircleElement.cpp
|
| diff --git a/Source/core/svg/SVGCircleElement.cpp b/Source/core/svg/SVGCircleElement.cpp
|
| index 0571b2df2ca967c87ae932d9002edddc023f9a55..813bf08c5b82851f592b1e72e7a593fd28126a41 100644
|
| --- a/Source/core/svg/SVGCircleElement.cpp
|
| +++ b/Source/core/svg/SVGCircleElement.cpp
|
| @@ -23,14 +23,9 @@
|
| #include "core/svg/SVGCircleElement.h"
|
|
|
| #include "SVGNames.h"
|
| -#include "core/dom/Attribute.h"
|
| -#include "core/dom/ExceptionCode.h"
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/rendering/svg/RenderSVGEllipse.h"
|
| -#include "core/rendering/svg/RenderSVGPath.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/svg/SVGElementInstance.h"
|
| -#include "core/svg/SVGException.h"
|
| #include "core/svg/SVGLength.h"
|
|
|
| namespace WebCore {
|
|
|