| Index: sky/engine/wtf/Assertions.h
|
| diff --git a/sky/engine/wtf/Assertions.h b/sky/engine/wtf/Assertions.h
|
| index f6bec8d66536c5e6e01a1e12788396fa951a75c8..6daa752cfe487e4459d8cd93fb3cbf91b72576ac 100644
|
| --- a/sky/engine/wtf/Assertions.h
|
| +++ b/sky/engine/wtf/Assertions.h
|
| @@ -40,8 +40,8 @@
|
|
|
| */
|
|
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "sky/engine/wtf/Compiler.h"
|
| +#include "sky/engine/wtf/WTFExport.h"
|
|
|
| // Users must test "#if ENABLE(ASSERT)", which helps ensure that code
|
| // testing this macro has included this header.
|
|
|