| Index: sky/engine/core/frame/SuspendableTimer.cpp
|
| diff --git a/sky/engine/core/frame/SuspendableTimer.cpp b/sky/engine/core/frame/SuspendableTimer.cpp
|
| index 64f082928ced7822dc69e77401c7c0d37b002ea7..1632c1a82c0ffd89721ec2d153e97fb7df763617 100644
|
| --- a/sky/engine/core/frame/SuspendableTimer.cpp
|
| +++ b/sky/engine/core/frame/SuspendableTimer.cpp
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/frame/SuspendableTimer.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/frame/SuspendableTimer.h"
|
|
|
| namespace blink {
|
|
|
|
|