| Index: Source/core/svg/graphics/SVGImageCache.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageCache.cpp b/Source/core/svg/graphics/SVGImageCache.cpp
|
| index 657b5e3df263d15e50b737668a6790d9ce73c28f..a685217da37ba0498f79cfbc913d834fd37af695 100644
|
| --- a/Source/core/svg/graphics/SVGImageCache.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageCache.cpp
|
| @@ -19,17 +19,17 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "SVGImageCache.h"
|
| +#include "core/svg/graphics/SVGImageCache.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGImage.h"
|
| -#include "SVGImageForContainer.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| #include "core/page/FrameView.h"
|
| #include "core/page/Page.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/rendering/svg/RenderSVGRoot.h"
|
| +#include "core/svg/graphics/SVGImage.h"
|
| +#include "core/svg/graphics/SVGImageForContainer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|