| Index: Source/core/svg/SVGPointList.h
|
| diff --git a/Source/core/svg/SVGPointList.h b/Source/core/svg/SVGPointList.h
|
| index a8d3c110636cb23b57e37d31ad237ffdeb56fe89..570e6df034ac141a722a7fa55b931639d609c799 100644
|
| --- a/Source/core/svg/SVGPointList.h
|
| +++ b/Source/core/svg/SVGPointList.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGPointList_h
|
| #define SVGPointList_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/svg/properties/SVGPropertyTraits.h"
|
| #include <wtf/Vector.h>
|
| @@ -45,5 +44,4 @@ struct SVGPropertyTraits<SVGPointList> {
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|