| Index: Source/core/loader/DocumentLoader.h
|
| diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
|
| index 5a872d6b5ae81d40a156b7e8d13b41178945b772..c9a8a9ae36a8bf8429e56289d5471a8610ce40e8 100644
|
| --- a/Source/core/loader/DocumentLoader.h
|
| +++ b/Source/core/loader/DocumentLoader.h
|
| @@ -42,9 +42,8 @@
|
| #include "core/platform/network/ResourceRequest.h"
|
| #include "core/platform/network/ResourceResponse.h"
|
| #include "core/platform/text/StringWithDirection.h"
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| namespace WTF {
|
| class SchedulePair;
|
|
|