Index: src/compiler/js-context-specialization.cc |
diff --git a/src/compiler/js-context-specialization.cc b/src/compiler/js-context-specialization.cc |
index b2a234be4103966d7ce3eee623f6ed0be4039b53..a700b47cebc4ec130cf6750b961b8446d1eda5ab 100644 |
--- a/src/compiler/js-context-specialization.cc |
+++ b/src/compiler/js-context-specialization.cc |
@@ -2,9 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "src/compiler/js-context-specialization.h" |
+ |
+#include "src/compiler.h" |
#include "src/compiler/common-operator.h" |
#include "src/compiler/graph-inl.h" |
-#include "src/compiler/js-context-specialization.h" |
#include "src/compiler/js-operator.h" |
#include "src/compiler/node-matchers.h" |
#include "src/compiler/node-properties-inl.h" |
@@ -13,7 +15,6 @@ namespace v8 { |
namespace internal { |
namespace compiler { |
- |
Reduction JSContextSpecializer::Reduce(Node* node) { |
if (node == context_) { |
Node* constant = jsgraph_->Constant(info_->context()); |