| Index: test/cctest/test-circular-queue.cc
|
| diff --git a/test/cctest/test-circular-queue.cc b/test/cctest/test-circular-queue.cc
|
| index c900be1a6463314d95bdc146fd0965c79b2893fe..3cfa2415d37c3945d12d63cf6896da74c6c8ac95 100644
|
| --- a/test/cctest/test-circular-queue.cc
|
| +++ b/test/cctest/test-circular-queue.cc
|
| @@ -27,9 +27,9 @@
|
| //
|
| // Tests of the circular queue.
|
|
|
| -#include "v8.h"
|
| -#include "circular-queue-inl.h"
|
| -#include "cctest.h"
|
| +#include "src/v8.h"
|
| +#include "src/circular-queue-inl.h"
|
| +#include "test/cctest/cctest.h"
|
|
|
| using i::SamplingCircularQueue;
|
|
|
|
|