| Index: Source/core/svg/properties/SVGAnimatedProperty.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| index 6a1f0097b61bc0b5db09801550903c19044967ba..06becf55b92a993cdac5a9b6f8dbae059c229cf4 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedProperty.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGAnimatedProperty_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedPropertyDescription.h"
|
| #include "SVGElement.h"
|
| -#include "SVGPropertyInfo.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyDescription.h"
|
| +#include "core/svg/properties/SVGPropertyInfo.h"
|
| #include <wtf/RefCounted.h>
|
|
|
| namespace WebCore {
|
|
|