| Index: sky/engine/core/dom/ActiveDOMObject.cpp
|
| diff --git a/sky/engine/core/dom/ActiveDOMObject.cpp b/sky/engine/core/dom/ActiveDOMObject.cpp
|
| index 84c5076c777c3b85ad7671e27930aeff45a32b00..cd3edbe7164c4f5b11ed06a38fbde1912a9efb41 100644
|
| --- a/sky/engine/core/dom/ActiveDOMObject.cpp
|
| +++ b/sky/engine/core/dom/ActiveDOMObject.cpp
|
| @@ -24,10 +24,10 @@
|
| *
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/ActiveDOMObject.h"
|
|
|
| -#include "core/dom/ExecutionContext.h"
|
| +#include "sky/engine/core/dom/ExecutionContext.h"
|
|
|
| namespace blink {
|
|
|
|
|