| Index: Source/core/svg/SVGFEComponentTransferElement.h
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h
|
| index 226d45a29a2403ae846037a39c1f3313ea4f85b4..8aa635cde966610980dbfb0720710e6c07f1a011 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.h
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.h
|
| @@ -22,8 +22,8 @@
|
| #define SVGFEComponentTransferElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEComponentTransfer.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEComponentTransfer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|