| Index: Source/core/svg/SVGComponentTransferFunctionElement.h
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| index 8a6bbd959845978bc93d53e5ae1963b41fbe6b71..b794e710d92fb9fc066f6b7437e9744243bc64e2 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| @@ -21,10 +21,10 @@
|
| #ifndef SVGComponentTransferFunctionElement_h
|
| #define SVGComponentTransferFunctionElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEComponentTransfer.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGAnimatedNumberList.h"
|
| +#include "platform/graphics/filters/FEComponentTransfer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|