Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index f65386fc48c07f53cedc11eadc06b326a6dd9c16..22b82d73aec2741ff5e527ca5148b6d0291297af 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -32,7 +32,6 @@ |
#include "ast.h" |
#include "compiler.h" |
-#include "data-flow.h" |
#include "hydrogen-instructions.h" |
#include "zone.h" |
@@ -40,6 +39,7 @@ namespace v8 { |
namespace internal { |
// Forward declarations. |
+class BitVector; |
class HEnvironment; |
class HGraph; |
class HLoopInformation; |