| Index: sky/engine/platform/animation/UnitBezier.h
|
| diff --git a/sky/engine/platform/animation/UnitBezier.h b/sky/engine/platform/animation/UnitBezier.h
|
| index 84a171917311b211df917f4a548786ba91898939..735bb260edc139573b166540bcd64ec8db897e0b 100644
|
| --- a/sky/engine/platform/animation/UnitBezier.h
|
| +++ b/sky/engine/platform/animation/UnitBezier.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef UnitBezier_h
|
| #define UnitBezier_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/Assertions.h"
|
| #include <math.h>
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|