diff options
Diffstat (limited to 'src/tools/wasm-shell.cpp')
-rw-r--r-- | src/tools/wasm-shell.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wasm-shell.cpp b/src/tools/wasm-shell.cpp index d334d3380..c5de531f5 100644 --- a/src/tools/wasm-shell.cpp +++ b/src/tools/wasm-shell.cpp @@ -32,7 +32,6 @@ #include "support/result.h" #include "wasm-binary.h" #include "wasm-interpreter.h" -#include "wasm-s-parser.h" #include "wasm-validator.h" using namespace wasm; |