Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 1390eeb07c1bcee069719fb10861d888ee38d752..7b62443ca1ecd0a59a450abef8371450bbd07683 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -9,8 +9,8 @@ |
#include "src/compiler/control-builders.h" |
#include "src/compiler/machine-operator.h" |
#include "src/compiler/node-matchers.h" |
-#include "src/compiler/node-properties-inl.h" |
#include "src/compiler/node-properties.h" |
+#include "src/compiler/operator-properties.h" |
#include "src/full-codegen.h" |
#include "src/parser.h" |
#include "src/scopes.h" |