| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 2dc38fc3ef57f9d49537564124aff75655d7d443..b25115d0aa2aab5a1c5c418689f2715a00e77338 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -39,13 +39,11 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Atomics.h"
|
| #include "wtf/ContainerAnnotations.h"
|
| +#include "wtf/Forward.h"
|
| #include "wtf/HashCountedSet.h"
|
| #include "wtf/LinkedHashSet.h"
|
| #include "wtf/ListHashSet.h"
|
| -#include "wtf/OwnPtr.h"
|
| #include "wtf/PageAllocator.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/ThreadSafeRefCounted.h"
|
| #include <stdint.h>
|
|
|
| namespace blink {
|
|
|