| Index: sky/engine/platform/Logging.cpp
|
| diff --git a/sky/engine/platform/Logging.cpp b/sky/engine/platform/Logging.cpp
|
| index 64e9753078c53674fc75d168df233312dbdafb72..eb7248f98ef42fe53daf4321d7c71ebe60d0db51 100644
|
| --- a/sky/engine/platform/Logging.cpp
|
| +++ b/sky/engine/platform/Logging.cpp
|
| @@ -23,10 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/Logging.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/Logging.h"
|
|
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| #if !LOG_DISABLED
|
|
|
|
|