Remove unused fwd decl for LLVM IR stuff that lives in LTO now

llvm-svn: 264911
This commit is contained in:
Reid Kleckner 2016-03-30 20:15:41 +00:00
parent 1e00911ee0
commit 4f88914c5b
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@
#include "LTO.h"
#include "llvm/ADT/MapVector.h"
namespace llvm {
class Module;
}
namespace lld {
namespace elf {
class Lazy;