| Index: sky/engine/wtf/ThreadingPrimitives.h
|
| diff --git a/sky/engine/wtf/ThreadingPrimitives.h b/sky/engine/wtf/ThreadingPrimitives.h
|
| index 90c69aa30c0fa8a0726138b88854cdddc65bb812..4f37dfb2114f2f8bc5ee51baa1c37c0516aa6023 100644
|
| --- a/sky/engine/wtf/ThreadingPrimitives.h
|
| +++ b/sky/engine/wtf/ThreadingPrimitives.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef ThreadingPrimitives_h
|
| #define ThreadingPrimitives_h
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/Locker.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/Locker.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/WTFExport.h"
|
|
|
| #if USE(PTHREADS)
|
| #include <pthread.h>
|
|
|