| Index: sky/engine/wtf/text/ASCIIFastPath.h
|
| diff --git a/sky/engine/wtf/text/ASCIIFastPath.h b/sky/engine/wtf/text/ASCIIFastPath.h
|
| index f85353939f783f258a59b370cf32471f856e8f26..33e854c8272f15e02dbdccf82f61b83c3d9cfb3b 100644
|
| --- a/sky/engine/wtf/text/ASCIIFastPath.h
|
| +++ b/sky/engine/wtf/text/ASCIIFastPath.h
|
| @@ -22,11 +22,11 @@
|
| #ifndef ASCIIFastPath_h
|
| #define ASCIIFastPath_h
|
|
|
| -#include "wtf/Alignment.h"
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/unicode/Unicode.h"
|
| #include <stdint.h>
|
| +#include "sky/engine/wtf/Alignment.h"
|
| +#include "sky/engine/wtf/CPU.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
| +#include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| namespace WTF {
|
|
|
|
|