Chromium Code Reviews| Index: Source/wtf/FastMalloc.cpp |
| diff --git a/Source/wtf/FastMalloc.cpp b/Source/wtf/FastMalloc.cpp |
| index 5ef6c14e5c9e815f1f9c5b23860b5bce00b1ed08..14d108f17b2ede1439276878519b7cffb4b1eb7a 100644 |
| --- a/Source/wtf/FastMalloc.cpp |
| +++ b/Source/wtf/FastMalloc.cpp |
| @@ -78,6 +78,9 @@ |
| #include "FastMalloc.h" |
| #include "Assertions.h" |
|
abarth-chromium
2013/05/15 15:39:57
These includes should also use the "wtf/" prefix
|
| +#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 |