| Index: Source/wtf/text/ASCIIFastPath.h
|
| diff --git a/Source/wtf/text/ASCIIFastPath.h b/Source/wtf/text/ASCIIFastPath.h
|
| index 0120bb8b6b3dfbb391142bf64c82779f5181fc04..91ba2b88592e3aead99099a40c2122ccbbd59099 100644
|
| --- a/Source/wtf/text/ASCIIFastPath.h
|
| +++ b/Source/wtf/text/ASCIIFastPath.h
|
| @@ -22,13 +22,15 @@
|
| #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>
|
| +
|
| #if OS(DARWIN) && (CPU(X86) || CPU(X86_64))
|
| #include <emmintrin.h>
|
| #endif
|
| -#include <stdint.h>
|
| -#include <wtf/Alignment.h>
|
| -#include <wtf/StdLibExtras.h>
|
| -#include <wtf/unicode/Unicode.h>
|
|
|
| namespace WTF {
|
|
|
|
|