Remove the use of <limits> from strtod.cc. It is unused.

The only remaining use of <limits> is in globals.h for a range of GCC
versions for which the INFINITY macro is broken.

R=danno@chromium.org
BUG=
TEST=

Review URL: http://codereview.chromium.org/8083030

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9491 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ager@chromium.org 2011-09-30 09:16:01 +00:00
parent 807ae24307
commit bcd9e5b19e

View File

@ -27,7 +27,6 @@
#include <stdarg.h>
#include <math.h>
#include <limits>
#include "globals.h"
#include "utils.h"