Linker.h moved to include/llvm.

llvm-svn: 17805
This commit is contained in:
Reid Spencer 2004-11-14 23:25:32 +00:00
parent aede779b1c
commit 4cee8e3365
1 changed files with 1 additions and 1 deletions

View File

@ -12,11 +12,11 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Linker.h"
#include "llvm/Module.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Bytecode/Writer.h"
#include "llvm/Support/Linker.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/System/Signals.h"
#include "llvm/System/Path.h"