Index: Source/core/svg/SVGPathSegClosePath.h |
diff --git a/Source/core/svg/SVGPathSegClosePath.h b/Source/core/svg/SVGPathSegClosePath.h |
index 5a391de975b668d033fd744d7e9b8ac53e9711c1..898bba82990d33fac22bb4bef74cce50af98a18d 100644 |
--- a/Source/core/svg/SVGPathSegClosePath.h |
+++ b/Source/core/svg/SVGPathSegClosePath.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPathSegClosePath_h |
#define SVGPathSegClosePath_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegWithContext.h" |
namespace WebCore { |
@@ -45,5 +44,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |