| Index: sky/engine/platform/Decimal.h
|
| diff --git a/sky/engine/platform/Decimal.h b/sky/engine/platform/Decimal.h
|
| index 874a8b65ebdf7e00a92349d4f4f6db485be45929..ec88590cdd7bc8f333c03955db2997af0c3aa3d1 100644
|
| --- a/sky/engine/platform/Decimal.h
|
| +++ b/sky/engine/platform/Decimal.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef Decimal_h
|
| #define Decimal_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <stdint.h>
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|