| Index: Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp
|
| index a121dfb0e505c555381c5308834e983853d3b54e..582ee84467cdcd23e2b5d8a7c22dcb3071bbae9c 100644
|
| --- a/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/Source/core/svg/SVGPatternElement.cpp
|
| @@ -27,12 +27,9 @@
|
| #include "Attribute.h"
|
| #include "Document.h"
|
| #include "PatternAttributes.h"
|
| -#include "RenderSVGContainer.h"
|
| -#include "RenderSVGResourcePattern.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFitToViewBox.h"
|
| #include "SVGNames.h"
|
| -#include "SVGRenderSupport.h"
|
| #include "SVGSVGElement.h"
|
| #include "SVGStyledTransformableElement.h"
|
| #include "SVGTransformable.h"
|
| @@ -40,6 +37,9 @@
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "core/rendering/svg/RenderSVGContainer.h"
|
| +#include "core/rendering/svg/RenderSVGResourcePattern.h"
|
| +#include "core/rendering/svg/SVGRenderSupport.h"
|
|
|
| namespace WebCore {
|
|
|
|
|