| Index: Source/core/svg/SVGFEDropShadowElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| index d542cbda853fafcaaad0b760e584315bff3c61ec..f424bd605c3e2ead0537f93beb8da852ebd2a351 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.cpp
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| @@ -18,10 +18,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGFEDropShadowElement.h"
|
|
|
| #include "core/SVGNames.h"
|
| +#include "core/rendering/RenderObject.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| #include "core/rendering/style/SVGRenderStyle.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
|
|