| Index: sky/engine/wtf/HashFunctions.h
|
| diff --git a/sky/engine/wtf/HashFunctions.h b/sky/engine/wtf/HashFunctions.h
|
| index f0b2fbbbfb81ab2d03a83a2c3083011b04db01f7..3fd17ebab3f90b45a7f2feeaa8f1fb14dc8e2917 100644
|
| --- a/sky/engine/wtf/HashFunctions.h
|
| +++ b/sky/engine/wtf/HashFunctions.h
|
| @@ -21,10 +21,10 @@
|
| #ifndef WTF_HashFunctions_h
|
| #define WTF_HashFunctions_h
|
|
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/StdLibExtras.h"
|
| #include <stdint.h>
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
|
|
| namespace WTF {
|
|
|
|
|