Index: src/type-feedback-vector.cc |
diff --git a/src/type-feedback-vector.cc b/src/type-feedback-vector.cc |
index fa9c50c8f13773d35c1fea358f08c03875c83c2f..2415780a0201bb26d45b746d84a83800e6350aba 100644 |
--- a/src/type-feedback-vector.cc |
+++ b/src/type-feedback-vector.cc |
@@ -2,12 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/type-feedback-vector.h" |
Michael Starzinger
2015/09/01 11:43:42
Please leave this include at the top as it was bef
|
- |
#include "src/code-stubs.h" |
#include "src/ic/ic.h" |
#include "src/ic/ic-state.h" |
#include "src/objects.h" |
+#include "src/type-feedback-vector.h" |
#include "src/type-feedback-vector-inl.h" |
namespace v8 { |