| Index: Source/core/svg/SVGFEMorphologyElement.h
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h
|
| index 47540957d803a21812d4a6e190140e9712f414e1..5462712fdd735fb88ad4236513472479e4483d5b 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.h
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.h
|
| @@ -20,10 +20,10 @@
|
| #ifndef SVGFEMorphologyElement_h
|
| #define SVGFEMorphologyElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEMorphology.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEMorphology.h"
|
|
|
| namespace WebCore {
|
|
|
|
|