| Index: Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h b/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| index f1268f8fd3dde242c1160be9c56c7039389bfc6a..893db617144b43a73af59a5d50fff9032f368126 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h
|
| @@ -21,12 +21,12 @@
|
| #define SVGAnimatedPathSegListPropertyTearOff_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedListPropertyTearOff.h"
|
| #include "SVGPathByteStream.h"
|
| #include "SVGPathElement.h"
|
| #include "SVGPathSegList.h"
|
| -#include "SVGPathSegListPropertyTearOff.h"
|
| #include "SVGPathUtilities.h"
|
| +#include "core/svg/properties/SVGAnimatedListPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGPathSegListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|