| Index: sky/engine/core/app/AbstractModule.cpp
|
| diff --git a/sky/engine/core/app/AbstractModule.cpp b/sky/engine/core/app/AbstractModule.cpp
|
| index 3bffdf2f6601112c3d61002f0e3c882adad4ae11..a505f15e3cf5eec738dc45cb35cbbfc7d4447266 100644
|
| --- a/sky/engine/core/app/AbstractModule.cpp
|
| +++ b/sky/engine/core/app/AbstractModule.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 "core/app/AbstractModule.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/app/AbstractModule.h"
|
|
|
| -#include "core/app/Module.h"
|
| +#include "sky/engine/core/app/Module.h"
|
|
|
| namespace blink {
|
|
|
|
|