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