diff options
author | Sam Clegg <sbc@chromium.org> | 2018-02-20 18:40:05 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2018-02-20 18:40:05 +0000 |
commit | b92b6b532f037c9739450aae0fbf7059aad663fe (patch) | |
tree | 7ebf5c2b30207f6e19dcfbcf85bac2ceed99e24d | |
parent | a6043700049e8de7a8eae1fe5cd64a360d6f4426 (diff) | |
download | bcm5719-llvm-b92b6b532f037c9739450aae0fbf7059aad663fe.tar.gz bcm5719-llvm-b92b6b532f037c9739450aae0fbf7059aad663fe.zip |
[WebAssembly] Remove unused header
This header used to be needed here for the `OutRelocation` struct
but that no longer exists.
Differential Revision: https://reviews.llvm.org/D43516
llvm-svn: 325608
-rw-r--r-- | lld/wasm/InputChunks.h | 1 | ||||
-rw-r--r-- | lld/wasm/InputFiles.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lld/wasm/InputChunks.h b/lld/wasm/InputChunks.h index ae2d0733738..adecb3f750a 100644 --- a/lld/wasm/InputChunks.h +++ b/lld/wasm/InputChunks.h @@ -17,7 +17,6 @@ #include "Config.h" #include "InputFiles.h" -#include "WriterUtils.h" #include "lld/Common/ErrorHandler.h" #include "llvm/Object/Wasm.h" diff --git a/lld/wasm/InputFiles.h b/lld/wasm/InputFiles.h index 56aaed12367..b31b356678d 100644 --- a/lld/wasm/InputFiles.h +++ b/lld/wasm/InputFiles.h @@ -18,7 +18,6 @@ #include "llvm/Support/MemoryBuffer.h" #include "Symbols.h" -#include "WriterUtils.h" #include <vector> |