| Index: test/cctest/test-cpu-x64.cc
|
| diff --git a/test/cctest/test-cpu-x64.cc b/test/cctest/test-cpu-x64.cc
|
| index a2c45cf8621e7aabb1879620b7a897f5a5ca56b8..ddde07fa2461b29da2e98bdd57b7048c40eedc96 100644
|
| --- a/test/cctest/test-cpu-x64.cc
|
| +++ b/test/cctest/test-cpu-x64.cc
|
| @@ -25,10 +25,10 @@
|
| // (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"
|
|
|
| -#include "cctest.h"
|
| -#include "cpu.h"
|
| +#include "test/cctest/cctest.h"
|
| +#include "src/cpu.h"
|
|
|
| using namespace v8::internal;
|
|
|
|
|