| Index: Source/core/svg/SVGDefsElement.cpp
|
| diff --git a/Source/core/svg/SVGDefsElement.cpp b/Source/core/svg/SVGDefsElement.cpp
|
| index c38c66f5641e493e1eb84beec8ca669cb9eaae12..c847982f059245fb3a7742c08dbf75cebbcac370 100644
|
| --- a/Source/core/svg/SVGDefsElement.cpp
|
| +++ b/Source/core/svg/SVGDefsElement.cpp
|
| @@ -23,8 +23,8 @@
|
| #if ENABLE(SVG)
|
| #include "SVGDefsElement.h"
|
|
|
| -#include "RenderSVGHiddenContainer.h"
|
| #include "SVGNames.h"
|
| +#include "core/rendering/svg/RenderSVGHiddenContainer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|