| Index: Source/core/svg/SVGTransformList.h
|
| diff --git a/Source/core/svg/SVGTransformList.h b/Source/core/svg/SVGTransformList.h
|
| index 14aba3bf4065e588be9d616bc1fc41280a4661c2..8914e556a1a39cb91e6f5811c7fe8709bfb7f4e5 100644
|
| --- a/Source/core/svg/SVGTransformList.h
|
| +++ b/Source/core/svg/SVGTransformList.h
|
| @@ -22,8 +22,8 @@
|
| #define SVGTransformList_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGPropertyTraits.h"
|
| #include "SVGTransform.h"
|
| +#include "core/svg/properties/SVGPropertyTraits.h"
|
| #include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|