| Index: Source/wtf/FastMalloc.cpp
|
| diff --git a/Source/wtf/FastMalloc.cpp b/Source/wtf/FastMalloc.cpp
|
| index 5af0a0f7154e166129a2e02f060462e97bf87606..5dcaa6d40ba43dd6f1591a830a4ef7f7c93329aa 100644
|
| --- a/Source/wtf/FastMalloc.cpp
|
| +++ b/Source/wtf/FastMalloc.cpp
|
| @@ -75,9 +75,12 @@
|
| // goes from about 1100 ns to about 300 ns.
|
|
|
| #include "config.h"
|
| -#include "FastMalloc.h"
|
| +#include "wtf/FastMalloc.h"
|
|
|
| -#include "Assertions.h"
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/CPU.h"
|
| +#include "wtf/StdLibExtras.h"
|
| +#include "wtf/UnusedParam.h"
|
|
|
| #include <limits>
|
| #if OS(WINDOWS)
|
| @@ -86,8 +89,6 @@
|
| #include <pthread.h>
|
| #endif
|
| #include <string.h>
|
| -#include <wtf/StdLibExtras.h>
|
| -#include <wtf/UnusedParam.h>
|
|
|
| #ifndef NO_TCMALLOC_SAMPLES
|
| #define NO_TCMALLOC_SAMPLES
|
|
|