| Index: sky/engine/platform/animation/KeyframeValueList.cpp
|
| diff --git a/sky/engine/platform/animation/KeyframeValueList.cpp b/sky/engine/platform/animation/KeyframeValueList.cpp
|
| index fe56f6f103545266af238940a23a224db299cb24..5c303b93af6de51406bcbe268f3a5764eef98b8f 100644
|
| --- a/sky/engine/platform/animation/KeyframeValueList.cpp
|
| +++ b/sky/engine/platform/animation/KeyframeValueList.cpp
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/animation/KeyframeValueList.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/animation/KeyframeValueList.h"
|
|
|
| namespace blink {
|
|
|
|
|