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