| Index: Source/core/svg/properties/SVGAnimatedListPropertyTearOff.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedListPropertyTearOff.h b/Source/core/svg/properties/SVGAnimatedListPropertyTearOff.h
|
| index 65ee9e58dc2b1b97f636b02d86906e5a5967e3b7..4e1955e2f23faf01e77cbd25670bfe1b1b98c6f2 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedListPropertyTearOff.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedListPropertyTearOff.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedListPropertyTearOff_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedProperty.h"
|
| -#include "SVGListPropertyTearOff.h"
|
| -#include "SVGStaticListPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "core/svg/properties/SVGListPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGStaticListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|