| Index: test/cctest/test-time.cc
|
| diff --git a/test/cctest/test-time.cc b/test/cctest/test-time.cc
|
| index 1ef9e08f65e014afcd42df436dd9d8a35961cfff..590ebf30c75870f556494ff983dff6555e294db1 100644
|
| --- a/test/cctest/test-time.cc
|
| +++ b/test/cctest/test-time.cc
|
| @@ -25,15 +25,15 @@
|
| // (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 "v8.h"
|
| +#include "src/v8.h"
|
|
|
| #if V8_OS_POSIX
|
| #include <sys/time.h> // NOLINT
|
| #endif
|
|
|
| -#include "cctest.h"
|
| +#include "test/cctest/cctest.h"
|
| #if V8_OS_WIN
|
| -#include "win32-headers.h"
|
| +#include "src/win32-headers.h"
|
| #endif
|
|
|
| using namespace v8::internal;
|
|
|