| Index: Source/core/svg/SVGAnimatedRect.h
|
| diff --git a/Source/core/svg/SVGAnimatedRect.h b/Source/core/svg/SVGAnimatedRect.h
|
| index 51b947a7d592e1db3f58ebaa08ab4d1a387d2411..3b5ca91cee8ad31d86f062be4afa44f1d52a44b4 100644
|
| --- a/Source/core/svg/SVGAnimatedRect.h
|
| +++ b/Source/core/svg/SVGAnimatedRect.h
|
| @@ -21,10 +21,10 @@
|
| #define SVGAnimatedRect_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedPropertyMacros.h"
|
| -#include "SVGAnimatedPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| #include "SVGRect.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyMacros.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|