From fae5d8b78764556c93be5d8e2c2692596e554c4c Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 20 Sep 2021 14:12:22 -0700 Subject: Tiny code cleanups. NFC (#4171) Remove an unnecessary include, and fix a typo in a macro declaration (that macro is not tested as it seems nothing uses DELEGATE_END yet, but I may be soon). --- src/ir/iteration.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ir/iteration.h') diff --git a/src/ir/iteration.h b/src/ir/iteration.h index bfebf5a16..3de6d1435 100644 --- a/src/ir/iteration.h +++ b/src/ir/iteration.h @@ -18,7 +18,6 @@ #define wasm_ir_iteration_h #include "ir/properties.h" -#include "wasm-traversal.h" #include "wasm.h" namespace wasm { -- cgit v1.2.3