| Index: Source/core/svg/properties/SVGPathSegListPropertyTearOff.cpp
|
| diff --git a/Source/core/svg/properties/SVGPathSegListPropertyTearOff.cpp b/Source/core/svg/properties/SVGPathSegListPropertyTearOff.cpp
|
| index 787603745dcf573514aa0843a5014e0b7b517e86..a391fed2460dff6e06d1e7e0f7763df635a220a4 100644
|
| --- a/Source/core/svg/properties/SVGPathSegListPropertyTearOff.cpp
|
| +++ b/Source/core/svg/properties/SVGPathSegListPropertyTearOff.cpp
|
| @@ -20,12 +20,12 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGPathSegListPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGPathSegListPropertyTearOff.h"
|
|
|
| -#include "SVGAnimatedPathSegListPropertyTearOff.h"
|
| #include "SVGNames.h"
|
| #include "SVGPathElement.h"
|
| #include "SVGPathSegWithContext.h"
|
| +#include "core/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|