| Index: Source/core/svg/SVGTextElement.cpp
|
| diff --git a/Source/core/svg/SVGTextElement.cpp b/Source/core/svg/SVGTextElement.cpp
|
| index 5163316accc42f28d70d35832a14269970208757..ccd26093d65b938dc3939efd6f486f9fff43f027 100644
|
| --- a/Source/core/svg/SVGTextElement.cpp
|
| +++ b/Source/core/svg/SVGTextElement.cpp
|
| @@ -25,14 +25,14 @@
|
|
|
| #include "Attribute.h"
|
| #include "NodeRenderingContext.h"
|
| -#include "RenderSVGResource.h"
|
| -#include "RenderSVGText.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "SVGTSpanElement.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include "core/rendering/style/SVGRenderStyle.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/RenderSVGText.h"
|
|
|
| namespace WebCore {
|
|
|
|
|