| Index: sky/engine/platform/geometry/FloatPoint.h
|
| diff --git a/sky/engine/platform/geometry/FloatPoint.h b/sky/engine/platform/geometry/FloatPoint.h
|
| index d91587297c44c6cce33ea93f990abb04d56e10b1..3524db5079fa8d9b4434493206c38d6eba095b26 100644
|
| --- a/sky/engine/platform/geometry/FloatPoint.h
|
| +++ b/sky/engine/platform/geometry/FloatPoint.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef FloatPoint_h
|
| #define FloatPoint_h
|
|
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "platform/geometry/IntPoint.h"
|
| -#include "wtf/MathExtras.h"
|
| #include <algorithm>
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
|
|
| struct SkPoint;
|
|
|
|
|