Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 82c861ff0f994db03f7c376380d6fd99e7fc8128..a78bbee255505145d2869f3bb21b616fc6707741 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -14,7 +14,6 @@ |
#include "src/deoptimizer.h" |
#include "src/feedback-slots.h" |
#include "src/hydrogen-types.h" |
-#include "src/ostreams.h" |
#include "src/small-pointer-list.h" |
#include "src/unique.h" |
#include "src/utils.h" |
@@ -35,6 +34,7 @@ class HStoreNamedField; |
class HValue; |
class LInstruction; |
class LChunkBuilder; |
+class OStream; |
#define HYDROGEN_ABSTRACT_INSTRUCTION_LIST(V) \ |
V(ArithmeticBinaryOperation) \ |