| Index: Source/core/svg/SVGAnimatedLength.h
|
| diff --git a/Source/core/svg/SVGAnimatedLength.h b/Source/core/svg/SVGAnimatedLength.h
|
| index 62a1119977d045541f89acb6f524bb97e304745f..84d8ce0c7098d64f6148d21a188fda4cc1c802cd 100644
|
| --- a/Source/core/svg/SVGAnimatedLength.h
|
| +++ b/Source/core/svg/SVGAnimatedLength.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedLength_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| #include "SVGLength.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|