Index: src/jump-target.h |
=================================================================== |
--- src/jump-target.h (revision 1546) |
+++ src/jump-target.h (working copy) |
@@ -28,10 +28,14 @@ |
#ifndef V8_JUMP_TARGET_H_ |
#define V8_JUMP_TARGET_H_ |
-#include "virtual-frame.h" |
- |
namespace v8 { namespace internal { |
+// Forward declarations. |
+class FrameElement; |
+class Result; |
+class VirtualFrame; |
+ |
+ |
// ------------------------------------------------------------------------- |
// Jump targets |
// |