| Index: Source/core/editing/HTMLInterchange.cpp
|
| diff --git a/Source/core/editing/HTMLInterchange.cpp b/Source/core/editing/HTMLInterchange.cpp
|
| index 5badb0edf05dd8d06776c0b261e84bcf72561e0c..27938e5cf44c06a2247e36674ea7a93b3f153c38 100644
|
| --- a/Source/core/editing/HTMLInterchange.cpp
|
| +++ b/Source/core/editing/HTMLInterchange.cpp
|
| @@ -29,9 +29,8 @@
|
| #include "core/dom/Text.h"
|
| #include "core/editing/TextIterator.h"
|
| #include "core/rendering/RenderObject.h"
|
| -#include <wtf/StdLibExtras.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/unicode/CharacterNames.h>
|
| +#include "wtf/text/StringBuilder.h"
|
| +#include "wtf/unicode/CharacterNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|