| Index: Source/core/svg/SVGTSpanElement.cpp
|
| diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
|
| index a02f355a9e989c1508536593cb49250eaf99a78d..88376cb6f012bc9bf427fe2afffcbaff3284d2ae 100644
|
| --- a/Source/core/svg/SVGTSpanElement.cpp
|
| +++ b/Source/core/svg/SVGTSpanElement.cpp
|
| @@ -23,8 +23,8 @@
|
| #if ENABLE(SVG)
|
| #include "SVGTSpanElement.h"
|
|
|
| -#include "NodeRenderingContext.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/NodeRenderingContext.h"
|
| #include "core/rendering/RenderInline.h"
|
| #include "core/rendering/svg/RenderSVGTSpan.h"
|
|
|
|
|