| Index: sky/engine/core/animation/KeyframeEffectModel.cpp
|
| diff --git a/sky/engine/core/animation/KeyframeEffectModel.cpp b/sky/engine/core/animation/KeyframeEffectModel.cpp
|
| index c488278dc5cbf377a6a52ef42d606bfef73bfb4e..fffe2fec7aa555142a90fc61ca4dfa61924bd490 100644
|
| --- a/sky/engine/core/animation/KeyframeEffectModel.cpp
|
| +++ b/sky/engine/core/animation/KeyframeEffectModel.cpp
|
| @@ -28,14 +28,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/animation/KeyframeEffectModel.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/KeyframeEffectModel.h"
|
|
|
| #include "gen/sky/core/StylePropertyShorthand.h"
|
| -#include "core/animation/AnimationNode.h"
|
| -#include "platform/geometry/FloatBox.h"
|
| -#include "platform/transforms/TransformationMatrix.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "sky/engine/core/animation/AnimationNode.h"
|
| +#include "sky/engine/platform/geometry/FloatBox.h"
|
| +#include "sky/engine/platform/transforms/TransformationMatrix.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|