| Index: Source/core/svg/SVGLength.h
|
| diff --git a/Source/core/svg/SVGLength.h b/Source/core/svg/SVGLength.h
|
| index 24f6907c27a69684ec5e88bd99e8246cfc10032a..661651c865b6f459ee067cd4a76ce45b8fa77a25 100644
|
| --- a/Source/core/svg/SVGLength.h
|
| +++ b/Source/core/svg/SVGLength.h
|
| @@ -22,10 +22,10 @@
|
| #define SVGLength_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "AnimationUtilities.h"
|
| #include "SVGLengthContext.h"
|
| #include "SVGParsingError.h"
|
| #include "SVGPropertyTraits.h"
|
| +#include "core/platform/animation/AnimationUtilities.h"
|
|
|
| namespace WebCore {
|
|
|
|
|