| Index: Source/core/svg/SVGPathSegList.h
|
| diff --git a/Source/core/svg/SVGPathSegList.h b/Source/core/svg/SVGPathSegList.h
|
| index 058c08063106e467ab58d21ca5443e5f8bab98af..60c5bf9f56f33a8a81cadbc6cb60b0c3c02fa139 100644
|
| --- a/Source/core/svg/SVGPathSegList.h
|
| +++ b/Source/core/svg/SVGPathSegList.h
|
| @@ -21,12 +21,12 @@
|
| #define SVGPathSegList_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGListProperty.h"
|
| #include "SVGPathSeg.h"
|
| -#include "SVGPropertyTraits.h"
|
| +#include "core/svg/properties/SVGListProperty.h"
|
| +#include "core/svg/properties/SVGPropertyTraits.h"
|
|
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|