| Index: sky/engine/core/inspector/ScriptAsyncCallStack.cpp
|
| diff --git a/sky/engine/core/inspector/ScriptAsyncCallStack.cpp b/sky/engine/core/inspector/ScriptAsyncCallStack.cpp
|
| index f5e0906e83898befbdd445abf3c907fe262798db..a68e9232e6f2c8c2cebe3ee89843c3e4f5eff1a5 100644
|
| --- a/sky/engine/core/inspector/ScriptAsyncCallStack.cpp
|
| +++ b/sky/engine/core/inspector/ScriptAsyncCallStack.cpp
|
| @@ -2,8 +2,8 @@
|
| // 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/inspector/ScriptAsyncCallStack.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/inspector/ScriptAsyncCallStack.h"
|
|
|
| namespace blink {
|
|
|
|
|