diff options
author | Alon Zakai <azakai@google.com> | 2022-05-17 08:37:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 08:37:21 -0700 |
commit | f81fcd92557e6389d719b7d63f845434810a91fe (patch) | |
tree | 55fe4d0f13f8dfac8e2d998cef9ad5a64b7ebf63 /src/passes/ConstantFieldPropagation.cpp | |
parent | 2103ff82c3ccbd6f8ee3c6bad1842f39d3e1d072 (diff) | |
download | binaryen-f81fcd92557e6389d719b7d63f845434810a91fe.tar.gz binaryen-f81fcd92557e6389d719b7d63f845434810a91fe.tar.bz2 binaryen-f81fcd92557e6389d719b7d63f845434810a91fe.zip |
[NFC] Remove unneeded include (#4670)
Diffstat (limited to 'src/passes/ConstantFieldPropagation.cpp')
-rw-r--r-- | src/passes/ConstantFieldPropagation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/passes/ConstantFieldPropagation.cpp b/src/passes/ConstantFieldPropagation.cpp index 1755c97f3..2b314eecc 100644 --- a/src/passes/ConstantFieldPropagation.cpp +++ b/src/passes/ConstantFieldPropagation.cpp @@ -32,7 +32,6 @@ #include "ir/struct-utils.h" #include "ir/utils.h" #include "pass.h" -#include "support/unique_deferring_queue.h" #include "wasm-builder.h" #include "wasm-traversal.h" #include "wasm.h" |