| Index: Source/core/html/parser/HTMLParserIdioms.cpp
|
| diff --git a/Source/core/html/parser/HTMLParserIdioms.cpp b/Source/core/html/parser/HTMLParserIdioms.cpp
|
| index 5ef401b159aea935a6e78b80b6479a33d3e21eed..7f231ab37c1bb3747e9b7327e060894402107a99 100644
|
| --- a/Source/core/html/parser/HTMLParserIdioms.cpp
|
| +++ b/Source/core/html/parser/HTMLParserIdioms.cpp
|
| @@ -29,10 +29,9 @@
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/html/parser/HTMLIdentifier.h"
|
| #include "core/platform/Decimal.h"
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/text/AtomicString.h"
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|