| Index: Source/core/dom/TreeScope.cpp
|
| diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp
|
| index 76e0aa22007dd462f4b6a45e117deae3f6ed52eb..2c447dc3ed170cec1406a68c26c656d5cb7566d9 100644
|
| --- a/Source/core/dom/TreeScope.cpp
|
| +++ b/Source/core/dom/TreeScope.cpp
|
| @@ -47,9 +47,8 @@
|
| #include "core/page/Page.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderView.h"
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|