| Index: sky/engine/core/dom/DocumentOrderedList.cpp
|
| diff --git a/sky/engine/core/dom/DocumentOrderedList.cpp b/sky/engine/core/dom/DocumentOrderedList.cpp
|
| index fc74c1ed4d6cc627c0030c7f2a6fdd80a690546b..f896f7da7710e4368ffb2bb9f5ad98357e9f7175 100644
|
| --- a/sky/engine/core/dom/DocumentOrderedList.cpp
|
| +++ b/sky/engine/core/dom/DocumentOrderedList.cpp
|
| @@ -25,10 +25,10 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/DocumentOrderedList.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/DocumentOrderedList.h"
|
|
|
| -#include "core/dom/Node.h"
|
| +#include "sky/engine/core/dom/Node.h"
|
|
|
| namespace blink {
|
|
|
|
|