| Index: sky/engine/platform/WebThread.cpp
|
| diff --git a/sky/engine/platform/WebThread.cpp b/sky/engine/platform/WebThread.cpp
|
| index c79989bd915efa0f4a344de8931828fd33d1a680..6d72286f6256065644fbb80c411cd3f67fe9d83b 100644
|
| --- a/sky/engine/platform/WebThread.cpp
|
| +++ b/sky/engine/platform/WebThread.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "public/platform/WebThread.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/platform/WebThread.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| #include <unistd.h>
|
|
|
|
|