| Index: sky/engine/platform/animation/AnimationUtilities.h
|
| diff --git a/sky/engine/platform/animation/AnimationUtilities.h b/sky/engine/platform/animation/AnimationUtilities.h
|
| index 4d6b77e73d507dc72d3f94dbbc2d18b795981e8e..6f8b4fff5d3c5139d90ac82ef9bd45e866622d3d 100644
|
| --- a/sky/engine/platform/animation/AnimationUtilities.h
|
| +++ b/sky/engine/platform/animation/AnimationUtilities.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef AnimationUtilities_h
|
| #define AnimationUtilities_h
|
|
|
| -#include "platform/LayoutUnit.h"
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/geometry/IntPoint.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/TypeTraits.h"
|
| +#include "sky/engine/platform/LayoutUnit.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/TypeTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|