Index: src/compiler/frame-states.cc |
diff --git a/src/compiler/frame-states.cc b/src/compiler/frame-states.cc |
index fa1b3bd83c123835161af680e11e6d798fff16f3..387d6a9bbb06030fdb90031c87fd462be2acef04 100644 |
--- a/src/compiler/frame-states.cc |
+++ b/src/compiler/frame-states.cc |
@@ -2,8 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/base/functional.h" |
#include "src/compiler/frame-states.h" |
+ |
+#include "src/base/functional.h" |
#include "src/handles-inl.h" |
namespace v8 { |