Index: Source/core/svg/SVGFEOffsetElement.h |
diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h |
index 6318c35aa245bdb27fe541ed55a4fab887ac9c66..9a8517e0050f82a2fe277dc4a5307b7af72f83e1 100644 |
--- a/Source/core/svg/SVGFEOffsetElement.h |
+++ b/Source/core/svg/SVGFEOffsetElement.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGFEOffsetElement_h |
#define SVGFEOffsetElement_h |
-#if ENABLE(SVG) |
#include "core/platform/graphics/filters/FEOffset.h" |
#include "core/svg/SVGAnimatedNumber.h" |
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h" |
@@ -49,5 +48,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |