| Index: Source/core/svg/SVGPathSegList.h
|
| diff --git a/Source/core/svg/SVGPathSegList.h b/Source/core/svg/SVGPathSegList.h
|
| index 105b35438a6b33a037f067be05296ae0e2d0bace..cca091e4e8096c060f1d53e4731f8d8e644a930b 100644
|
| --- a/Source/core/svg/SVGPathSegList.h
|
| +++ b/Source/core/svg/SVGPathSegList.h
|
| @@ -23,9 +23,8 @@
|
| #include "core/svg/SVGPathSeg.h"
|
| #include "core/svg/properties/SVGListProperty.h"
|
| #include "core/svg/properties/SVGPropertyTraits.h"
|
| -
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|