| Index: sky/engine/core/animation/SampledEffect.h
|
| diff --git a/sky/engine/core/animation/SampledEffect.h b/sky/engine/core/animation/SampledEffect.h
|
| index c42498ed3fb32af30d3b32187e48e01e919c323f..74e5b40058f7b962780e54be5beb2a613f87d3f7 100644
|
| --- a/sky/engine/core/animation/SampledEffect.h
|
| +++ b/sky/engine/core/animation/SampledEffect.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef SampledEffect_h
|
| #define SampledEffect_h
|
|
|
| -#include "core/animation/Animation.h"
|
| -#include "core/animation/AnimationPlayer.h"
|
| -#include "core/animation/Interpolation.h"
|
| -#include "wtf/BitArray.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/core/animation/Animation.h"
|
| +#include "sky/engine/core/animation/AnimationPlayer.h"
|
| +#include "sky/engine/core/animation/Interpolation.h"
|
| +#include "sky/engine/wtf/BitArray.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|