| Index: Source/core/loader/cache/MemoryCache.h
|
| diff --git a/Source/core/loader/cache/MemoryCache.h b/Source/core/loader/cache/MemoryCache.h
|
| index da6ea03a313aeae6a13b51cab66bb8d8b37f5e57..4b5faa1dd40d54d7107e17c3018fa04055ddb365 100644
|
| --- a/Source/core/loader/cache/MemoryCache.h
|
| +++ b/Source/core/loader/cache/MemoryCache.h
|
| @@ -25,14 +25,11 @@
|
| #ifndef Cache_h
|
| #define Cache_h
|
|
|
| -#include "core/loader/cache/CachedResource.h"
|
| -#include "weborigin/SecurityOriginHash.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/StringHash.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/StringHash.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|