| Index: Source/core/svg/SVGAnimatedTypeAnimator.h
|
| diff --git a/Source/core/svg/SVGAnimatedTypeAnimator.h b/Source/core/svg/SVGAnimatedTypeAnimator.h
|
| index 2f0dfb64ace2c7db126fa223409bc60f4a4b9f53..4563265a28e26892c2f39cc91438c7bd6299f855 100644
|
| --- a/Source/core/svg/SVGAnimatedTypeAnimator.h
|
| +++ b/Source/core/svg/SVGAnimatedTypeAnimator.h
|
| @@ -21,10 +21,10 @@
|
| #define SVGAnimatedTypeAnimator_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedProperty.h"
|
| #include "SVGAnimatedType.h"
|
| -#include "SVGAttributeToPropertyMap.h"
|
| #include "SVGElementInstance.h"
|
| +#include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "core/svg/properties/SVGAttributeToPropertyMap.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| namespace WebCore {
|
|
|