| Index: Source/core/dom/SpaceSplitString.cpp
|
| diff --git a/Source/core/dom/SpaceSplitString.cpp b/Source/core/dom/SpaceSplitString.cpp
|
| index 4af9a1c230f64b61b6abe8d9321bb492e3a91067..29222d425e905ffa7289ab38a60dbfa33574190c 100644
|
| --- a/Source/core/dom/SpaceSplitString.cpp
|
| +++ b/Source/core/dom/SpaceSplitString.cpp
|
| @@ -22,10 +22,9 @@
|
| #include "core/dom/SpaceSplitString.h"
|
|
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include <wtf/ASCIICType.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/text/AtomicStringHash.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/ASCIICType.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/text/AtomicStringHash.h"
|
|
|
| using namespace WTF;
|
|
|
|
|