| Index: test/cctest/gay-shortest.cc
|
| diff --git a/test/cctest/gay-shortest.cc b/test/cctest/gay-shortest.cc
|
| index d065e97782b80e3ea4c5250bff0e5852dcf47c6f..896ea4c5142f1291d55ef72caeffdced3fefa27f 100644
|
| --- a/test/cctest/gay-shortest.cc
|
| +++ b/test/cctest/gay-shortest.cc
|
| @@ -29,9 +29,9 @@
|
| // have been generated using Gay's dtoa to produce the shortest representation:
|
| // decimal_rep = dtoa(v, 0, 0, &decimal_point, &sign, NULL);
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "gay-shortest.h"
|
| +#include "test/cctest/gay-shortest.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|