diff options
author | Alon Zakai <azakai@google.com> | 2021-09-20 14:12:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 14:12:22 -0700 |
commit | fae5d8b78764556c93be5d8e2c2692596e554c4c (patch) | |
tree | 8c206301cdb2be57b9014c2899b7db6fb7403373 /src/ir/iteration.h | |
parent | 0e143ffb60b43eade8a7315e62c1f482536e3d1b (diff) | |
download | binaryen-fae5d8b78764556c93be5d8e2c2692596e554c4c.tar.gz binaryen-fae5d8b78764556c93be5d8e2c2692596e554c4c.tar.bz2 binaryen-fae5d8b78764556c93be5d8e2c2692596e554c4c.zip |
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).
Diffstat (limited to 'src/ir/iteration.h')
-rw-r--r-- | src/ir/iteration.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |