| Index: sky/engine/core/animation/SampledEffect.cpp
|
| diff --git a/sky/engine/core/animation/SampledEffect.cpp b/sky/engine/core/animation/SampledEffect.cpp
|
| index 977a11c4914746537624e8e6e594e427aa4b1dcc..e75770c018cbbb830c65343fc9d9755436c80638 100644
|
| --- a/sky/engine/core/animation/SampledEffect.cpp
|
| +++ b/sky/engine/core/animation/SampledEffect.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/animation/SampledEffect.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/SampledEffect.h"
|
|
|
| -#include "core/animation/StyleInterpolation.h"
|
| +#include "sky/engine/core/animation/StyleInterpolation.h"
|
|
|
| namespace blink {
|
|
|
|
|