| Index: sky/engine/core/html/HTMLDocument.cpp
|
| diff --git a/sky/engine/core/html/HTMLDocument.cpp b/sky/engine/core/html/HTMLDocument.cpp
|
| index 8ff1e09788e6b3268f8862aa3afa63ff5484d978..bffac8182ab53b483994002f66fcfdb8a2d4ad45 100644
|
| --- a/sky/engine/core/html/HTMLDocument.cpp
|
| +++ b/sky/engine/core/html/HTMLDocument.cpp
|
| @@ -50,8 +50,8 @@
|
| * version of this file under any of the LGPL, the MPL or the GPL.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/html/HTMLDocument.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/HTMLDocument.h"
|
|
|
| namespace blink {
|
|
|
|
|