| Index: Source/core/rendering/svg/RenderSVGBlock.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGBlock.cpp b/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| index 71063e68f842230bf4825acc4d2e91cad64315f8..e23023ff4b11df71a491fd4f85efabf3176cad1c 100644
|
| --- a/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| @@ -22,12 +22,12 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGBlock.h"
|
| +#include "core/rendering/svg/RenderSVGBlock.h"
|
|
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElement.h"
|
| -#include "SVGResourcesCache.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/SVGResourcesCache.h"
|
|
|
| namespace WebCore {
|
|
|
|
|