| Index: Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp b/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| index b969a5319e80ac7872a5e41d8de7743048bdc43b..9821d69b73be502d772c1132fbce79666a933422 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| @@ -20,11 +20,11 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGTextLayoutAttributesBuilder.h"
|
| +#include "core/rendering/svg/SVGTextLayoutAttributesBuilder.h"
|
|
|
| -#include "RenderSVGInlineText.h"
|
| -#include "RenderSVGText.h"
|
| #include "SVGTextPositioningElement.h"
|
| +#include "core/rendering/svg/RenderSVGInlineText.h"
|
| +#include "core/rendering/svg/RenderSVGText.h"
|
|
|
| namespace WebCore {
|
|
|
|
|