| Index: Source/core/svg/SVGAnimatedAngle.h
|
| diff --git a/Source/core/svg/SVGAnimatedAngle.h b/Source/core/svg/SVGAnimatedAngle.h
|
| index 50724b0364ef27ab1e051537c383a41014615a1d..19f42ba275bc7f4240a5674fcf3093e357c50585 100644
|
| --- a/Source/core/svg/SVGAnimatedAngle.h
|
| +++ b/Source/core/svg/SVGAnimatedAngle.h
|
| @@ -22,8 +22,8 @@
|
|
|
| #if ENABLE(SVG)
|
| #include "SVGAngle.h"
|
| -#include "SVGAnimatedPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|