| Index: Source/core/svg/SVGAnimatedPointList.h
|
| diff --git a/Source/core/svg/SVGAnimatedPointList.h b/Source/core/svg/SVGAnimatedPointList.h
|
| index 4c8b185ac0b469bba22fd2816ce94705a62a0d64..b9992c24918ed3924b7906de4038b5f0b03f7618 100644
|
| --- a/Source/core/svg/SVGAnimatedPointList.h
|
| +++ b/Source/core/svg/SVGAnimatedPointList.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedPointList_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedListPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| #include "SVGPointList.h"
|
| +#include "core/svg/properties/SVGAnimatedListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|