From dd98b084f15b16f5a5a86c2d611f0c41f3bd724e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 3 Nov 2015 19:56:51 -0800 Subject: parsing improvements --- src/wasm-shell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-shell.cpp') diff --git a/src/wasm-shell.cpp b/src/wasm-shell.cpp index c910b5958..c60cec81b 100644 --- a/src/wasm-shell.cpp +++ b/src/wasm-shell.cpp @@ -3,7 +3,7 @@ // A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it. // -#include "wasm-sexpr-parser.h" +#include "wasm-s-parser.h" using namespace cashew; using namespace wasm; -- cgit v1.2.3