| Index: sky/engine/wtf/FastAllocBase.h
|
| diff --git a/sky/engine/wtf/FastAllocBase.h b/sky/engine/wtf/FastAllocBase.h
|
| index 718ff7ec6bbb97a0d6ad9da410aa2fc6b54a3f80..0cca341e92f215cab69f630a8d52c5cfe857abbd 100644
|
| --- a/sky/engine/wtf/FastAllocBase.h
|
| +++ b/sky/engine/wtf/FastAllocBase.h
|
| @@ -47,9 +47,9 @@
|
| // };
|
| //
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/FastMalloc.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/FastMalloc.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
|
|
| #define WTF_MAKE_FAST_ALLOCATED \
|
| public: \
|
|
|