Index: Source/core/svg/SVGPathParser.h |
diff --git a/Source/core/svg/SVGPathParser.h b/Source/core/svg/SVGPathParser.h |
index 964eabe672c634d836d03d4d1dda141facde5913..ff4ff16d1f17f9209144611e974afb028e5965f7 100644 |
--- a/Source/core/svg/SVGPathParser.h |
+++ b/Source/core/svg/SVGPathParser.h |
@@ -24,7 +24,6 @@ |
#ifndef SVGPathParser_h |
#define SVGPathParser_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathConsumer.h" |
#include "core/svg/SVGPathSeg.h" |
#include "core/svg/SVGPathSource.h" |
@@ -69,5 +68,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif // SVGPathParser_h |