| Index: Source/core/svg/SVGAnimatedTransformList.h
|
| diff --git a/Source/core/svg/SVGAnimatedTransformList.h b/Source/core/svg/SVGAnimatedTransformList.h
|
| index a2bb473dab387b650db6ff0f2969636beaa36688..11cdbc78298ea551d0994aa519b471367eb98e7a 100644
|
| --- a/Source/core/svg/SVGAnimatedTransformList.h
|
| +++ b/Source/core/svg/SVGAnimatedTransformList.h
|
| @@ -21,8 +21,8 @@
|
| #define SVGAnimatedTransformList_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedTransformListPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| +#include "core/svg/properties/SVGAnimatedTransformListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|