Index: Source/core/svg/SVGPathSegCurvetoCubicSmooth.h |
diff --git a/Source/core/svg/SVGPathSegCurvetoCubicSmooth.h b/Source/core/svg/SVGPathSegCurvetoCubicSmooth.h |
index 423bc90f293cb50b2f8401511981b76b053cd129..8426f8d59197e8bf4604636d368f053f7b226912 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoCubicSmooth.h |
+++ b/Source/core/svg/SVGPathSegCurvetoCubicSmooth.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPathSegCurvetoCubicSmooth_h |
#define SVGPathSegCurvetoCubicSmooth_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegWithContext.h" |
namespace WebCore { |
@@ -108,5 +107,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |