Index: Source/core/svg/SVGPathBuilder.h |
diff --git a/Source/core/svg/SVGPathBuilder.h b/Source/core/svg/SVGPathBuilder.h |
index 436d82cff5d29edcdc4bca32268b867af0ab0228..c8eb8a4b0097da1a8c307c15c11b11ba266177c0 100644 |
--- a/Source/core/svg/SVGPathBuilder.h |
+++ b/Source/core/svg/SVGPathBuilder.h |
@@ -24,7 +24,6 @@ |
#ifndef SVGPathBuilder_h |
#define SVGPathBuilder_h |
-#if ENABLE(SVG) |
#include "core/platform/graphics/FloatPoint.h" |
#include "core/platform/graphics/Path.h" |
#include "core/svg/SVGPathConsumer.h" |
@@ -62,5 +61,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif // SVGPathBuilder_h |