| Index: sky/engine/core/animation/KeyframeEffectModelTest.cpp
|
| diff --git a/sky/engine/core/animation/KeyframeEffectModelTest.cpp b/sky/engine/core/animation/KeyframeEffectModelTest.cpp
|
| index e46e734d91c0e9948c0132e49a9cf46c415a7cbe..f5ee2cc06f5d35b4023c5384e5b038b496c5966f 100644
|
| --- a/sky/engine/core/animation/KeyframeEffectModelTest.cpp
|
| +++ b/sky/engine/core/animation/KeyframeEffectModelTest.cpp
|
| @@ -28,16 +28,16 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/animation/KeyframeEffectModel.h"
|
| -
|
| -#include "core/animation/LegacyStyleInterpolation.h"
|
| -#include "core/animation/animatable/AnimatableLength.h"
|
| -#include "core/animation/animatable/AnimatableUnknown.h"
|
| -#include "core/css/CSSPrimitiveValue.h"
|
| -#include "core/css/parser/BisonCSSParser.h"
|
| -#include "core/css/resolver/CSSToStyleMap.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/KeyframeEffectModel.h"
|
| +
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/core/animation/LegacyStyleInterpolation.h"
|
| +#include "sky/engine/core/animation/animatable/AnimatableLength.h"
|
| +#include "sky/engine/core/animation/animatable/AnimatableUnknown.h"
|
| +#include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| +#include "sky/engine/core/css/parser/BisonCSSParser.h"
|
| +#include "sky/engine/core/css/resolver/CSSToStyleMap.h"
|
|
|
| using namespace blink;
|
|
|
|
|