| Index: Source/core/svg/properties/SVGListProperty.h
|
| diff --git a/Source/core/svg/properties/SVGListProperty.h b/Source/core/svg/properties/SVGListProperty.h
|
| index 5a202dfaf567732a802b6c4e49777837315ce1a8..28816aa6414c303f8d5d14cb4df1e02c899c81a2 100644
|
| --- a/Source/core/svg/properties/SVGListProperty.h
|
| +++ b/Source/core/svg/properties/SVGListProperty.h
|
| @@ -21,10 +21,10 @@
|
| #define SVGListProperty_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedProperty.h"
|
| #include "SVGException.h"
|
| -#include "SVGPropertyTearOff.h"
|
| -#include "SVGPropertyTraits.h"
|
| +#include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "core/svg/properties/SVGPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGPropertyTraits.h"
|
|
|
| namespace WebCore {
|
|
|
|
|