| Index: sky/engine/wtf/StdLibExtras.h
|
| diff --git a/sky/engine/wtf/StdLibExtras.h b/sky/engine/wtf/StdLibExtras.h
|
| index 55034146ec1bb6533b655407cd461cf0a1cdc57d..4b15dc04008ce492f0c8329e1b7250f6a1860be6 100644
|
| --- a/sky/engine/wtf/StdLibExtras.h
|
| +++ b/sky/engine/wtf/StdLibExtras.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef WTF_StdLibExtras_h
|
| #define WTF_StdLibExtras_h
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/CheckedArithmetic.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/CPU.h"
|
| +#include "sky/engine/wtf/CheckedArithmetic.h"
|
|
|
| // Use this to declare and define a static local variable (static T;) so that
|
| // it is leaked so that its destructors are not called at exit.
|
|
|