| Index: Source/core/svg/graphics/SVGImageForContainer.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.cpp b/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| index 1f3728c820cccc48f70519325c6aa68f755fb010..fa6aefe1df51467d4d55d52ad4f4bc2dd0614148 100644
|
| --- a/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| @@ -18,14 +18,14 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "SVGImageForContainer.h"
|
| +#include "core/svg/graphics/SVGImageForContainer.h"
|
|
|
| #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 {
|
|
|
|
|