Index: Source/core/svg/SVGFEDropShadowElement.h |
diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h |
index 257d8f65ef7415249e73cdc74ff0272705d15cc6..26cb42efff6dc9c1225a9ac87c23cba3e3bdd624 100644 |
--- a/Source/core/svg/SVGFEDropShadowElement.h |
+++ b/Source/core/svg/SVGFEDropShadowElement.h |
@@ -20,7 +20,6 @@ |
#ifndef SVGFEDropShadowElement_h |
#define SVGFEDropShadowElement_h |
-#if ENABLE(SVG) |
#include "core/platform/graphics/filters/FEDropShadow.h" |
#include "core/svg/SVGAnimatedNumber.h" |
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h" |
@@ -55,5 +54,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |