| Index: Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGRootInlineBox.cpp b/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| index ef367528143fe78f43a1975426f9ec3f01866f50..99674e3a5a5e5d6357b395f6a897a8aedb1f0b8e 100644
|
| --- a/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| @@ -22,17 +22,17 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "SVGRootInlineBox.h"
|
| +#include "core/rendering/svg/SVGRootInlineBox.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGInlineText.h"
|
| -#include "RenderSVGText.h"
|
| -#include "SVGInlineFlowBox.h"
|
| -#include "SVGInlineTextBox.h"
|
| #include "SVGNames.h"
|
| -#include "SVGRenderingContext.h"
|
| #include "SVGTextPositioningElement.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "core/rendering/svg/RenderSVGInlineText.h"
|
| +#include "core/rendering/svg/RenderSVGText.h"
|
| +#include "core/rendering/svg/SVGInlineFlowBox.h"
|
| +#include "core/rendering/svg/SVGInlineTextBox.h"
|
| +#include "core/rendering/svg/SVGRenderingContext.h"
|
|
|
| namespace WebCore {
|
|
|
|
|