| Index: test/cctest/gay-precision.cc
|
| diff --git a/test/cctest/gay-precision.cc b/test/cctest/gay-precision.cc
|
| index c0e993509f3423b6d331995549ecd430b74c1f47..6ab2715fea0c8fe441c86a681631432ec05523a4 100644
|
| --- a/test/cctest/gay-precision.cc
|
| +++ b/test/cctest/gay-precision.cc
|
| @@ -29,9 +29,9 @@
|
| // have been generated using Gay's dtoa to produce the precision representation:
|
| // dtoa(v, 2, number_digits, &decimal_point, &sign, NULL);
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "gay-precision.h"
|
| +#include "test/cctest/gay-precision.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|