| Index: Source/core/svg/graphics/SVGImageForContainer.h
|
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.h b/Source/core/svg/graphics/SVGImageForContainer.h
|
| index 01a8a2e55f25483124ea79e2c79d4ccf380b84da..f181b091199196b576db31f382b37c371b28465c 100644
|
| --- a/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -28,11 +28,11 @@
|
|
|
| #if ENABLE(SVG)
|
|
|
| -#include "SVGImage.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/FloatSize.h"
|
| #include "core/platform/graphics/Image.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "core/svg/graphics/SVGImage.h"
|
|
|
| namespace WebCore {
|
|
|
|
|