| Index: Source/core/svg/SVGTRefElement.cpp
|
| diff --git a/Source/core/svg/SVGTRefElement.cpp b/Source/core/svg/SVGTRefElement.cpp
|
| index a5f683ecb5b9632314eba57e04686e90e49aacc0..eea104baa1efa8d2bea3c9791f9900f2185d3f38 100644
|
| --- a/Source/core/svg/SVGTRefElement.cpp
|
| +++ b/Source/core/svg/SVGTRefElement.cpp
|
| @@ -30,9 +30,6 @@
|
| #include "ExceptionCodePlaceholder.h"
|
| #include "MutationEvent.h"
|
| #include "NodeRenderingContext.h"
|
| -#include "RenderSVGInline.h"
|
| -#include "RenderSVGInlineText.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGDocument.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| @@ -41,6 +38,9 @@
|
| #include "UseCounter.h"
|
| #include "XLinkNames.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| +#include "core/rendering/svg/RenderSVGInline.h"
|
| +#include "core/rendering/svg/RenderSVGInlineText.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|