| Index: Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.cpp b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| index 9f0372a2cd972f44a2ebb019f60efa87bb076ac7..0994f7000929f876f4abed83a3757c9405ea38d9 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| @@ -24,20 +24,20 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGInlineText.h"
|
| +#include "core/rendering/svg/RenderSVGInlineText.h"
|
|
|
| #include "CSSFontSelector.h"
|
| #include "RenderBlock.h"
|
| -#include "RenderSVGRoot.h"
|
| -#include "RenderSVGText.h"
|
| -#include "SVGInlineTextBox.h"
|
| -#include "SVGRenderingContext.h"
|
| -#include "SVGRootInlineBox.h"
|
| #include "Settings.h"
|
| #include "StyleResolver.h"
|
| #include "VisiblePosition.h"
|
| #include "core/platform/FloatConversion.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
| +#include "core/rendering/svg/RenderSVGRoot.h"
|
| +#include "core/rendering/svg/RenderSVGText.h"
|
| +#include "core/rendering/svg/SVGInlineTextBox.h"
|
| +#include "core/rendering/svg/SVGRenderingContext.h"
|
| +#include "core/rendering/svg/SVGRootInlineBox.h"
|
|
|
| namespace WebCore {
|
|
|
|
|