[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
This commit is contained in:
Sam Clegg 2018-02-20 18:40:05 +00:00
parent a604370004
commit b92b6b532f
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
#include "Config.h"
#include "InputFiles.h"
#include "WriterUtils.h"
#include "lld/Common/ErrorHandler.h"
#include "llvm/Object/Wasm.h"

View File

@ -18,7 +18,6 @@
#include "llvm/Support/MemoryBuffer.h"
#include "Symbols.h"
#include "WriterUtils.h"
#include <vector>