| Index: Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| index e783143e65de941ea528f5a8cd8a1de3c8476fcb..2aace1ed0a8ad77ff5c46caa15c7a9a1e0cdd8e2 100644
|
| --- a/Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGTextPath.cpp
|
| @@ -20,17 +20,17 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGTextPath.h"
|
| +#include "core/rendering/svg/RenderSVGTextPath.h"
|
|
|
| #include "RenderBlock.h"
|
| -#include "SVGInlineTextBox.h"
|
| #include "SVGNames.h"
|
| -#include "SVGPathData.h"
|
| #include "SVGPathElement.h"
|
| -#include "SVGRootInlineBox.h"
|
| #include "SVGTextPathElement.h"
|
| #include "SVGTransformList.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
| +#include "core/rendering/svg/SVGInlineTextBox.h"
|
| +#include "core/rendering/svg/SVGPathData.h"
|
| +#include "core/rendering/svg/SVGRootInlineBox.h"
|
|
|
| namespace WebCore {
|
|
|
|
|