| Index: Source/core/svg/SVGFEConvolveMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.h b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| index bd404df561ba6e775c3d7a9809965e9b501c6391..886acfb475b749c57df65c74f8daa43bac0afeb4 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGFEConvolveMatrixElement_h
|
| #define SVGFEConvolveMatrixElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/platform/graphics/filters/FEConvolveMatrix.h"
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| @@ -103,5 +102,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|