[WebAssembly] Remove unneeded include. NFC.

llvm-svn: 323620
This commit is contained in:
Sam Clegg 2018-01-28 19:33:00 +00:00
parent 1636651e35
commit b5885118f4
1 changed files with 2 additions and 4 deletions

View File

@ -14,13 +14,11 @@
#include "llvm/ADT/StringSet.h"
#include "llvm/BinaryFormat/Wasm.h"
#include "Symbols.h"
using llvm::wasm::WasmGlobal;
namespace lld {
namespace wasm {
class Symbol;
struct Configuration {
bool AllowUndefined;
bool CheckSignatures;