| Index: Source/core/rendering/svg/SVGTextQuery.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextQuery.cpp b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| index b885475a4f415859a0d219dc4c72419e309713f3..862352010e21ebe806b04a8bb7a9026d41de3cde 100644
|
| --- a/Source/core/rendering/svg/SVGTextQuery.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextQuery.cpp
|
| @@ -18,17 +18,17 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "SVGTextQuery.h"
|
| +#include "core/rendering/svg/SVGTextQuery.h"
|
|
|
| #if ENABLE(SVG)
|
| #include "InlineFlowBox.h"
|
| #include "RenderBlock.h"
|
| #include "RenderInline.h"
|
| -#include "RenderSVGInlineText.h"
|
| -#include "SVGInlineTextBox.h"
|
| -#include "SVGTextMetrics.h"
|
| #include "VisiblePosition.h"
|
| #include "core/platform/FloatConversion.h"
|
| +#include "core/rendering/svg/RenderSVGInlineText.h"
|
| +#include "core/rendering/svg/SVGInlineTextBox.h"
|
| +#include "core/rendering/svg/SVGTextMetrics.h"
|
|
|
| #include <wtf/MathExtras.h>
|
|
|
|
|