| Index: src/hydrogen-types.h
|
| diff --git a/src/hydrogen-types.h b/src/hydrogen-types.h
|
| index 08550f837d5100f4df46b9990b002ce07f67d5ff..d662a167b9fdae221e1cc117aa499243031a703b 100644
|
| --- a/src/hydrogen-types.h
|
| +++ b/src/hydrogen-types.h
|
| @@ -8,7 +8,6 @@
|
| #include <climits>
|
|
|
| #include "src/base/macros.h"
|
| -#include "src/ostreams.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -16,6 +15,7 @@ namespace internal {
|
| // Forward declarations.
|
| template <typename T> class Handle;
|
| class Object;
|
| +class OStream;
|
|
|
| #define HTYPE_LIST(V) \
|
| V(Any, 0x0) /* 0000 0000 0000 0000 */ \
|
|
|