| Index: sky/engine/wtf/BitwiseOperations.h
|
| diff --git a/sky/engine/wtf/BitwiseOperations.h b/sky/engine/wtf/BitwiseOperations.h
|
| index 41c14acde04338fc8d8990d24aa2e161fd25649e..1cb5912a13df40989cc16bae44718ca62804bfd8 100644
|
| --- a/sky/engine/wtf/BitwiseOperations.h
|
| +++ b/sky/engine/wtf/BitwiseOperations.h
|
| @@ -37,8 +37,8 @@
|
| // have an operator to do this, but fortunately the various compilers have
|
| // built-ins that map to fast underlying processor instructions.
|
|
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/Compiler.h"
|
| +#include "sky/engine/wtf/CPU.h"
|
| +#include "sky/engine/wtf/Compiler.h"
|
|
|
| #include <stdint.h>
|
|
|
|
|