Index: src/transitions.cc |
diff --git a/src/transitions.cc b/src/transitions.cc |
index 9870e17d83925040e952876c4263cc662f09be78..64b8133528eafebb0f4bd7e4b98acdef614b5b5b 100644 |
--- a/src/transitions.cc |
+++ b/src/transitions.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/v8.h" |
+#include "src/transitions.h" |
-#include "src/objects.h" |
+#include "src/objects-inl.h" |
#include "src/transitions-inl.h" |
#include "src/utils.h" |