| Index: Source/core/svg/SVGAnimatedNumberList.h
|
| diff --git a/Source/core/svg/SVGAnimatedNumberList.h b/Source/core/svg/SVGAnimatedNumberList.h
|
| index b644599fd4d91991c337de5eefef2c0074168a62..d74f0a770106ca146d8d539096d42ac3bfb5a0e6 100644
|
| --- a/Source/core/svg/SVGAnimatedNumberList.h
|
| +++ b/Source/core/svg/SVGAnimatedNumberList.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedNumberList_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedListPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| #include "SVGNumberList.h"
|
| +#include "core/svg/properties/SVGAnimatedListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|