Chromium Code Reviews

Unified Diff: src/crankshaft/hydrogen.h

Issue 2316443002: Include only stuff you need, part 8: Fix debug.h -> liveedit.h. (Closed)
Patch Set: ports Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/crankshaft/hydrogen.h
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
index 6748cfffaf9be7254f61488a8535aefb3a0e4951..2d6b5ea3b61a9b82e148d04f8b658129922ed0a1 100644
--- a/src/crankshaft/hydrogen.h
+++ b/src/crankshaft/hydrogen.h
@@ -8,6 +8,7 @@
#include "src/accessors.h"
#include "src/allocation.h"
#include "src/ast/ast-type-bounds.h"
+#include "src/ast/scopes.h"
#include "src/bailout-reason.h"
#include "src/compilation-info.h"
#include "src/compiler.h"
@@ -31,7 +32,6 @@ class HTracer;
class LAllocator;
class LChunk;
class LiveRange;
-class Scope;
class HCompilationJob final : public CompilationJob {
public:

Powered by Google App Engine