Index: src/compiler/graph-reducer.cc |
diff --git a/src/compiler/graph-reducer.cc b/src/compiler/graph-reducer.cc |
index 91049a4eb02e0d1587ea7b5ba6cfac640efb38d5..7f3a66e0decdba47017d5980f172d3bc5b379351 100644 |
--- a/src/compiler/graph-reducer.cc |
+++ b/src/compiler/graph-reducer.cc |
@@ -2,11 +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/graph-reducer.h" |
- |
#include <functional> |
-#include "src/compiler/graph-inl.h" |
+#include "src/compiler/graph.h" |
+#include "src/compiler/graph-reducer.h" |
+#include "src/compiler/node.h" |
namespace v8 { |
namespace internal { |