| Index: Source/core/svg/SVGPathByteStreamBuilder.h
|
| diff --git a/Source/core/svg/SVGPathByteStreamBuilder.h b/Source/core/svg/SVGPathByteStreamBuilder.h
|
| index 709fb4da6532cece82eb62fc9dfd1c43c71aa093..40636ba19ae559cc49de207d7c16edbae2400588 100644
|
| --- a/Source/core/svg/SVGPathByteStreamBuilder.h
|
| +++ b/Source/core/svg/SVGPathByteStreamBuilder.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGPathByteStreamBuilder_h
|
| #define SVGPathByteStreamBuilder_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/SVGPathConsumer.h"
|
| @@ -94,5 +93,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGPathByteStreamBuilder_h
|
|
|