| Index: Source/core/svg/SVGAnimatedNumber.h
|
| diff --git a/Source/core/svg/SVGAnimatedNumber.h b/Source/core/svg/SVGAnimatedNumber.h
|
| index 942d641c39d86ad0615ebc892358b6b01f075de2..4cea26b585ec8893a4e8d67e3fd19d14f2656abc 100644
|
| --- a/Source/core/svg/SVGAnimatedNumber.h
|
| +++ b/Source/core/svg/SVGAnimatedNumber.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedNumber_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedPropertyMacros.h"
|
| -#include "SVGAnimatedStaticPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyMacros.h"
|
| +#include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|