| Index: src/fast-dtoa.cc
|
| diff --git a/src/fast-dtoa.cc b/src/fast-dtoa.cc
|
| index e62bd01fbb5ef6b32255711917b0deca6617a079..c7f6aa1756455092f1347c217bbb7ceb21d9bee4 100644
|
| --- a/src/fast-dtoa.cc
|
| +++ b/src/fast-dtoa.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2010 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -25,9 +25,7 @@
|
| // (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 "../include/v8stdint.h"
|
| -#include "checks.h"
|
| -#include "utils.h"
|
| +#include "v8.h"
|
|
|
| #include "fast-dtoa.h"
|
|
|
|
|