| Index: Source/core/html/parser/HTMLParserIdioms.h
|
| diff --git a/Source/core/html/parser/HTMLParserIdioms.h b/Source/core/html/parser/HTMLParserIdioms.h
|
| index 3c6903e48a15b31be818a4741a433d9f1167fbf7..70db7954808030159906828f0638e08d05254715 100644
|
| --- a/Source/core/html/parser/HTMLParserIdioms.h
|
| +++ b/Source/core/html/parser/HTMLParserIdioms.h
|
| @@ -27,9 +27,8 @@
|
|
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/html/parser/HTMLIdentifier.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|