diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf/FastMalloc.h')
-rw-r--r-- | Source/JavaScriptCore/wtf/FastMalloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/wtf/FastMalloc.h b/Source/JavaScriptCore/wtf/FastMalloc.h index b115908ba..871be3756 100644 --- a/Source/JavaScriptCore/wtf/FastMalloc.h +++ b/Source/JavaScriptCore/wtf/FastMalloc.h @@ -21,8 +21,8 @@ #ifndef WTF_FastMalloc_h #define WTF_FastMalloc_h -#include "Platform.h" -#include "PossiblyNull.h" +#include <wtf/Platform.h> +#include <wtf/PossiblyNull.h> #include <stdlib.h> #include <new> |