diff options
Diffstat (limited to 'src/interpreter.h')
-rw-r--r-- | src/interpreter.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interpreter.h b/src/interpreter.h index 6db47fc4..8466bb2d 100644 --- a/src/interpreter.h +++ b/src/interpreter.h @@ -26,12 +26,10 @@ #include "src/binding-hash.h" #include "src/common.h" #include "src/opcode.h" -#include "src/writer.h" +#include "src/stream.h" namespace wabt { -class Stream; - namespace interpreter { #define FOREACH_INTERPRETER_RESULT(V) \ |