| Index: sky/engine/wtf/dtoa/bignum-dtoa.cc
|
| diff --git a/sky/engine/wtf/dtoa/bignum-dtoa.cc b/sky/engine/wtf/dtoa/bignum-dtoa.cc
|
| index 7f2551bf6a485748625ec1c65120bf517dfe8f1b..83349214f7e2509b59f1770abd37b57d7038636c 100644
|
| --- a/sky/engine/wtf/dtoa/bignum-dtoa.cc
|
| +++ b/sky/engine/wtf/dtoa/bignum-dtoa.cc
|
| @@ -25,14 +25,14 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| #include <math.h>
|
|
|
| #include "bignum-dtoa.h"
|
|
|
| -#include "bignum.h"
|
| -#include "double.h"
|
| +#include "sky/engine/wtf/dtoa/bignum.h"
|
| +#include "sky/engine/wtf/dtoa/double.h"
|
|
|
| namespace WTF {
|
|
|
|
|