| Index: sky/engine/platform/LengthFunctions.cpp
|
| diff --git a/sky/engine/platform/LengthFunctions.cpp b/sky/engine/platform/LengthFunctions.cpp
|
| index d06388dcf8987eb37739b7683daa9bfcbcb14fe5..479ae58b684abe9895225dd75ec0bfa2b428b4bf 100644
|
| --- a/sky/engine/platform/LengthFunctions.cpp
|
| +++ b/sky/engine/platform/LengthFunctions.cpp
|
| @@ -21,11 +21,11 @@
|
| Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/LengthFunctions.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/LengthFunctions.h"
|
|
|
| -#include "platform/LayoutUnit.h"
|
| -#include "platform/LengthSize.h"
|
| +#include "sky/engine/platform/LayoutUnit.h"
|
| +#include "sky/engine/platform/LengthSize.h"
|
|
|
| namespace blink {
|
|
|
|
|