Index: src/compiler/frame-states.cc |
diff --git a/src/compiler/frame-states.cc b/src/compiler/frame-states.cc |
index b9ea010cccdb38e7caf98b337879db996d497e36..067bbba74537233899fcb8f9a547f7a3fec358ef 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 { |