| Index: Source/wtf/FastMalloc.cpp
|
| diff --git a/Source/wtf/FastMalloc.cpp b/Source/wtf/FastMalloc.cpp
|
| index ffc6973e1ceb5bb626078f061003f79fadba2b18..6754d93ba177a45f5a7b2133847b6735badc8fd3 100644
|
| --- a/Source/wtf/FastMalloc.cpp
|
| +++ b/Source/wtf/FastMalloc.cpp
|
| @@ -431,8 +431,8 @@ extern "C" const int jscore_fastmalloc_introspection = 0;
|
|
|
| #if OS(DARWIN)
|
| #include "MallocZoneSupport.h"
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/Vector.h"
|
| #endif
|
|
|
| #if HAVE(DISPATCH_H)
|
|
|