| Index: sky/engine/core/app/Module.cpp
|
| diff --git a/sky/engine/core/app/Module.cpp b/sky/engine/core/app/Module.cpp
|
| index d8c0b0fee8bdc60c36392d357c5b766ac2642708..ed1f97223cc0ad39e675d3349ac472734092200d 100644
|
| --- a/sky/engine/core/app/Module.cpp
|
| +++ b/sky/engine/core/app/Module.cpp
|
| @@ -2,11 +2,11 @@
|
| // 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/app/Module.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/app/Module.h"
|
|
|
| -#include "core/app/Application.h"
|
| #include "gen/sky/core/EventTargetNames.h"
|
| +#include "sky/engine/core/app/Application.h"
|
|
|
| namespace blink {
|
|
|
|
|