| Index: sky/engine/core/animation/EffectInputTest.cpp
|
| diff --git a/sky/engine/core/animation/EffectInputTest.cpp b/sky/engine/core/animation/EffectInputTest.cpp
|
| index 5574983a631082a83d2d3dd9954b89ee8af1d94f..186a3dca8d7ec27a8802752121f0494d361944c8 100644
|
| --- a/sky/engine/core/animation/EffectInputTest.cpp
|
| +++ b/sky/engine/core/animation/EffectInputTest.cpp
|
| @@ -5,13 +5,14 @@
|
| #include "config.h"
|
| #include "core/animation/EffectInput.h"
|
|
|
| +#include <gtest/gtest.h>
|
| +
|
| #include "bindings/core/v8/Dictionary.h"
|
| #include "core/animation/AnimationTestHelper.h"
|
| #include "core/animation/KeyframeEffectModel.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
| -#include <gtest/gtest.h>
|
| -#include <v8.h>
|
| +#include "v8/include/v8.h"
|
|
|
| using namespace blink;
|
|
|
|
|