diff options
author | Kazu Hirata <kazu@google.com> | 2024-11-15 07:26:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 07:26:37 -0800 |
commit | 43570a2841e2a8f1efd00503beee751cc1e72513 (patch) | |
tree | 4399c56824643fafba22aa491497f0eed47c3ab2 /llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp | |
parent | d73d5c8c9b56fadcbd89dd1dab71dca2c8f5e38d (diff) | |
download | llvm-43570a2841e2a8f1efd00503beee751cc1e72513.zip llvm-43570a2841e2a8f1efd00503beee751cc1e72513.tar.gz llvm-43570a2841e2a8f1efd00503beee751cc1e72513.tar.bz2 |
[WebAssembly] Remove unused includes (NFC) (#116318)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp index aaa5225..b20a06b 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp @@ -21,7 +21,6 @@ #include "WebAssemblyRuntimeLibcallSignatures.h" #include "WebAssemblySubtarget.h" #include "WebAssemblyUtilities.h" -#include "llvm/CodeGen/RuntimeLibcallUtil.h" using namespace llvm; |