Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: src/compiler/node.h

Issue 2610643002: Various IWYU fixes. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ast/scopeinfo.cc ('k') | src/global-handles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/node.h
diff --git a/src/compiler/node.h b/src/compiler/node.h
index 06b6699c0beead376770d8c4426931bb12bc969b..37059299bac473ff16a66025db0da0e6617b1ed8 100644
--- a/src/compiler/node.h
+++ b/src/compiler/node.h
@@ -18,7 +18,7 @@ namespace compiler {
// Forward declarations.
class Edge;
class Graph;
-
+class Operator;
epertoso 2017/01/03 11:34:49 We're including operator.h, this seems wrong.
// Marks are used during traversal of the graph to distinguish states of nodes.
// Each node has a mark which is a monotonically increasing integer, and a
« no previous file with comments | « src/ast/scopeinfo.cc ('k') | src/global-handles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698