| Index: sky/engine/core/dom/ClientRectList.cpp
|
| diff --git a/sky/engine/core/dom/ClientRectList.cpp b/sky/engine/core/dom/ClientRectList.cpp
|
| index e0b80062c5f69480c62a7f8870e023dbe7ba1594..b28c9e08c7f1436281dc5f0fbbefc7c3a4d4cd1f 100644
|
| --- a/sky/engine/core/dom/ClientRectList.cpp
|
| +++ b/sky/engine/core/dom/ClientRectList.cpp
|
| @@ -24,10 +24,10 @@
|
| *
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/ClientRectList.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/ClientRectList.h"
|
|
|
| -#include "core/dom/ClientRect.h"
|
| +#include "sky/engine/core/dom/ClientRect.h"
|
|
|
| namespace blink {
|
|
|
|
|