| Index: Source/core/svg/SVGFECompositeElement.cpp
|
| diff --git a/Source/core/svg/SVGFECompositeElement.cpp b/Source/core/svg/SVGFECompositeElement.cpp
|
| index 32b37f686f50c739a34737413a97f27736e2f00c..492867a5022753a75d280319968e9541433b90b7 100644
|
| --- a/Source/core/svg/SVGFECompositeElement.cpp
|
| +++ b/Source/core/svg/SVGFECompositeElement.cpp
|
| @@ -23,10 +23,10 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFECompositeElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/Attribute.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|