| Index: Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp
|
| index fcea2ae0ca9fa927e206ead93a64a78e5b5253af..3fb7f07e161c79932bc1b2c9bdb53156c1cce61a 100644
|
| --- a/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -28,13 +28,13 @@
|
| #include "Frame.h"
|
| #include "FrameSelection.h"
|
| #include "RenderObject.h"
|
| -#include "RenderSVGResource.h"
|
| -#include "RenderSVGText.h"
|
| #include "SVGDocumentExtensions.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| -#include "SVGTextQuery.h"
|
| #include "XMLNames.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/RenderSVGText.h"
|
| +#include "core/rendering/svg/SVGTextQuery.h"
|
|
|
| namespace WebCore {
|
|
|
|
|