| Index: Source/core/svg/SVGCircleElement.cpp
|
| diff --git a/Source/core/svg/SVGCircleElement.cpp b/Source/core/svg/SVGCircleElement.cpp
|
| index 53e30febc865179330520c430cd78919304bbce8..6f4c01abd74931439ed99a2b97de9b53a2104258 100644
|
| --- a/Source/core/svg/SVGCircleElement.cpp
|
| +++ b/Source/core/svg/SVGCircleElement.cpp
|
| @@ -25,14 +25,14 @@
|
|
|
| #include "Attribute.h"
|
| #include "ExceptionCode.h"
|
| -#include "RenderSVGEllipse.h"
|
| -#include "RenderSVGPath.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGException.h"
|
| #include "SVGLength.h"
|
| #include "SVGNames.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"
|
|
|
| namespace WebCore {
|
|
|
|
|