| Index: Source/core/svg/SVGTransformList.h
|
| diff --git a/Source/core/svg/SVGTransformList.h b/Source/core/svg/SVGTransformList.h
|
| index 97d9b832182f9c4f638c822e51a6dbabd6a05a2b..d67ffc1e6c106ac47548b9c00bd6857fc1f6f8a4 100644
|
| --- a/Source/core/svg/SVGTransformList.h
|
| +++ b/Source/core/svg/SVGTransformList.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGTransformList_h
|
| #define SVGTransformList_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTransform.h"
|
| #include "core/svg/properties/SVGPropertyTraits.h"
|
| #include <wtf/Vector.h>
|
| @@ -51,5 +50,4 @@ struct SVGPropertyTraits<SVGTransformList> {
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGTransformList_h
|
|
|