| Index: Source/core/loader/cache/CachedResourceLoader.h
|
| diff --git a/Source/core/loader/cache/CachedResourceLoader.h b/Source/core/loader/cache/CachedResourceLoader.h
|
| index 3149850a26e1209c2b22b2522db2a792b73b1983..0cda865b7c94f24dd31828c761e551d3bf839baf 100644
|
| --- a/Source/core/loader/cache/CachedResourceLoader.h
|
| +++ b/Source/core/loader/cache/CachedResourceLoader.h
|
| @@ -32,12 +32,11 @@
|
| #include "core/loader/cache/CachedResourceInitiatorInfo.h"
|
| #include "core/loader/cache/CachedResourceRequest.h"
|
| #include "core/platform/Timer.h"
|
| -#include "core/platform/network/ResourceLoadPriority.h"
|
| -#include <wtf/Deque.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/ListHashSet.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/Deque.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/ListHashSet.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| namespace WebCore {
|
|
|
|
|