| Index: sky/engine/core/dom/DocumentFragment.cpp
|
| diff --git a/sky/engine/core/dom/DocumentFragment.cpp b/sky/engine/core/dom/DocumentFragment.cpp
|
| index 9356f6d3893e7e6ce56dc5212b3cc12bb616e6ac..eb15952d6f656b0b1241b85200ad78fcd81113af 100644
|
| --- a/sky/engine/core/dom/DocumentFragment.cpp
|
| +++ b/sky/engine/core/dom/DocumentFragment.cpp
|
| @@ -20,11 +20,11 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/DocumentFragment.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/DocumentFragment.h"
|
|
|
| -#include "core/dom/Document.h"
|
| -#include "core/html/parser/HTMLDocumentParser.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/html/parser/HTMLDocumentParser.h"
|
|
|
| namespace blink {
|
|
|
|
|