| Index: sky/engine/platform/geometry/IntPoint.h
|
| diff --git a/sky/engine/platform/geometry/IntPoint.h b/sky/engine/platform/geometry/IntPoint.h
|
| index dba2e32ae11f9ac3834937100631241c891a7c30..7e305949f5620a25c0e629b3f59f4b99bbbcac36 100644
|
| --- a/sky/engine/platform/geometry/IntPoint.h
|
| +++ b/sky/engine/platform/geometry/IntPoint.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef IntPoint_h
|
| #define IntPoint_h
|
|
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/VectorTraits.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/VectorTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|