| Index: Source/core/svg/SVGLengthList.cpp
|
| diff --git a/Source/core/svg/SVGLengthList.cpp b/Source/core/svg/SVGLengthList.cpp
|
| index 87bbfc3ec7742d306e44676322bdd2dfb90044ca..f3bd2e179ff62b43926faa2de01c779fe7376a72 100644
|
| --- a/Source/core/svg/SVGLengthList.cpp
|
| +++ b/Source/core/svg/SVGLengthList.cpp
|
| @@ -19,11 +19,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGLengthList.h"
|
|
|
| #include "core/svg/SVGParserUtilities.h"
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|