| Index: Source/core/svg/SVGFETurbulenceElement.cpp
|
| diff --git a/Source/core/svg/SVGFETurbulenceElement.cpp b/Source/core/svg/SVGFETurbulenceElement.cpp
|
| index 24362e5c70793d8ec94f4aab7858daf51aac811a..af3c27d9f96d2319db1f0a086b0e00613ccc6e15 100644
|
| --- a/Source/core/svg/SVGFETurbulenceElement.cpp
|
| +++ b/Source/core/svg/SVGFETurbulenceElement.cpp
|
| @@ -23,10 +23,10 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFETurbulenceElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| +#include "core/dom/Attribute.h"
|
|
|
| namespace WebCore {
|
|
|
|
|