| Index: Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGRootInlineBox.cpp b/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| index 7c1d1f9dfdbf046c0c8c374a449e89c5176ec681..5724161e090def2a76e75b5481a36d33ee773f74 100644
|
| --- a/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGRootInlineBox.cpp
|
| @@ -25,13 +25,11 @@
|
| #include "core/rendering/svg/SVGRootInlineBox.h"
|
|
|
| #include "SVGNames.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"
|
| -#include "core/svg/SVGTextPositioningElement.h"
|
|
|
| namespace WebCore {
|
|
|
|
|