| Index: sky/engine/platform/geometry/IntSizeHash.h
|
| diff --git a/sky/engine/platform/geometry/IntSizeHash.h b/sky/engine/platform/geometry/IntSizeHash.h
|
| index 566a2fa897d80e5a4f1ce71261d93896b37ee784..0b856eee0e63f2cce1f33c451f7a8fc8a4ca48be 100644
|
| --- a/sky/engine/platform/geometry/IntSizeHash.h
|
| +++ b/sky/engine/platform/geometry/IntSizeHash.h
|
| @@ -20,9 +20,9 @@
|
| #ifndef IntSizeHash_h
|
| #define IntSizeHash_h
|
|
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
|
|
| namespace WTF {
|
|
|
|
|