From 66da1ee9cc70e3848c45745c21a244e54512fa9c Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 2 Feb 2016 11:12:06 -0800 Subject: Move bits.h to support/ Faster compiles. --- src/wasm-interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-interpreter.h') diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index 381176390..e0006f37b 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -25,7 +25,7 @@ #include -#include "bits.h" +#include "support/bits.h" #include "wasm.h" namespace wasm { -- cgit v1.2.3