| Index: Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
|
| index e3676155a3172aa6d4432ab05b30adcc58154127..752ce2c3dbb84bd3f28f81e76f84b21559e0e98e 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -24,12 +24,12 @@
|
| #include "SVGTextPositioningElement.h"
|
|
|
| #include "Attribute.h"
|
| -#include "RenderSVGResource.h"
|
| -#include "RenderSVGText.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGLengthList.h"
|
| #include "SVGNames.h"
|
| #include "SVGNumberList.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/RenderSVGText.h"
|
|
|
| namespace WebCore {
|
|
|
|
|