forked from OSchip/llvm-project
Remove unused fwd decl for LLVM IR stuff that lives in LTO now
llvm-svn: 264911
This commit is contained in:
parent
1e00911ee0
commit
4f88914c5b
|
@ -14,10 +14,6 @@
|
|||
#include "LTO.h"
|
||||
#include "llvm/ADT/MapVector.h"
|
||||
|
||||
namespace llvm {
|
||||
class Module;
|
||||
}
|
||||
|
||||
namespace lld {
|
||||
namespace elf {
|
||||
class Lazy;
|
||||
|
|
Loading…
Reference in New Issue