| Index: sky/engine/platform/Decimal.cpp
|
| diff --git a/sky/engine/platform/Decimal.cpp b/sky/engine/platform/Decimal.cpp
|
| index 93244091171c31638821b69651d5a1bf9fce3f2f..0cec664a6787b5cfb2bd81a08f9c47dd478b2198 100644
|
| --- a/sky/engine/platform/Decimal.cpp
|
| +++ b/sky/engine/platform/Decimal.cpp
|
| @@ -28,15 +28,15 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/Decimal.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/Decimal.h"
|
|
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/text/StringBuilder.h"
|
|
|
| -#include <algorithm>
|
| #include <float.h>
|
| +#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|