| Index: sky/engine/core/loader/EmptyClients.cpp
|
| diff --git a/sky/engine/core/loader/EmptyClients.cpp b/sky/engine/core/loader/EmptyClients.cpp
|
| index 6836b7603ed2acd52beeac991000de31d88f429b..6de1de3f07b5eae1867b2d7133b3563c8106ba01 100644
|
| --- a/sky/engine/core/loader/EmptyClients.cpp
|
| +++ b/sky/engine/core/loader/EmptyClients.cpp
|
| @@ -25,11 +25,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/loader/EmptyClients.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/loader/EmptyClients.h"
|
|
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "platform/Widget.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/platform/Widget.h"
|
|
|
| namespace blink {
|
|
|
|
|