| Index: Source/core/svg/SVGAnimatedInteger.h
|
| diff --git a/Source/core/svg/SVGAnimatedInteger.h b/Source/core/svg/SVGAnimatedInteger.h
|
| index 0b55c10e93ba7838dbdb3c6adbc1d3545562f441..90c85c7a62c8363a7952cef86f01ad62c48471fb 100644
|
| --- a/Source/core/svg/SVGAnimatedInteger.h
|
| +++ b/Source/core/svg/SVGAnimatedInteger.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedInteger_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedPropertyMacros.h"
|
| -#include "SVGAnimatedStaticPropertyTearOff.h"
|
| #include "SVGAnimatedTypeAnimator.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyMacros.h"
|
| +#include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|