Index: test/cctest/test-alloc.cc |
diff --git a/test/cctest/test-alloc.cc b/test/cctest/test-alloc.cc |
index 8c5508b1686214c316eb4e3af3da2dd571c00fb1..a0a993d70a421f7f4ecaa995baf9397434e2f9c9 100644 |
--- a/test/cctest/test-alloc.cc |
+++ b/test/cctest/test-alloc.cc |
@@ -25,11 +25,11 @@ |
// (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 "accessors.h" |
-#include "api.h" |
+#include "src/v8.h" |
+#include "src/accessors.h" |
+#include "src/api.h" |
-#include "cctest.h" |
+#include "test/cctest/cctest.h" |
using namespace v8::internal; |