Index: Source/core/svg/SVGPathSegLinetoHorizontal.h |
diff --git a/Source/core/svg/SVGPathSegLinetoHorizontal.h b/Source/core/svg/SVGPathSegLinetoHorizontal.h |
index ddb5ef8cfec19f6fb1f251847c43bb27aa749f12..c5019501e2e60435706da60e192885b2aa6fb78e 100644 |
--- a/Source/core/svg/SVGPathSegLinetoHorizontal.h |
+++ b/Source/core/svg/SVGPathSegLinetoHorizontal.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPathSegLinetoHorizontal_h |
#define SVGPathSegLinetoHorizontal_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegWithContext.h" |
namespace WebCore { |
@@ -81,5 +80,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |