| Index: test/cctest/test-thread-termination.cc
|
| diff --git a/test/cctest/test-thread-termination.cc b/test/cctest/test-thread-termination.cc
|
| index e949569be3eb0115eca156d38ca6c2e13ef74803..b4048ae81906ea8195f8766505b9600f66d47ef9 100644
|
| --- a/test/cctest/test-thread-termination.cc
|
| +++ b/test/cctest/test-thread-termination.cc
|
| @@ -25,9 +25,9 @@
|
| // (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 "platform.h"
|
| -#include "cctest.h"
|
| +#include "src/v8.h"
|
| +#include "src/platform.h"
|
| +#include "test/cctest/cctest.h"
|
|
|
|
|
| v8::internal::Semaphore* semaphore = NULL;
|
|
|