| Index: Source/core/svg/SVGFEOffsetElement.cpp
|
| diff --git a/Source/core/svg/SVGFEOffsetElement.cpp b/Source/core/svg/SVGFEOffsetElement.cpp
|
| index b12f1b40217a6d1938d6bbbfb37682176813689d..79524d7938aee35151e2cb342d7dafaa0880314b 100644
|
| --- a/Source/core/svg/SVGFEOffsetElement.cpp
|
| +++ b/Source/core/svg/SVGFEOffsetElement.cpp
|
| @@ -23,10 +23,10 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFEOffsetElement.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 {
|
|
|