prune #includes, this file should be removed pending hte cygwin stub issue being resolved.

llvm-svn: 98386
This commit is contained in:
Chris Lattner 2010-03-12 21:04:31 +00:00
parent a42d3ea60e
commit d3ca1e2854
1 changed files with 0 additions and 8 deletions

View File

@ -12,14 +12,6 @@
//===----------------------------------------------------------------------===//
#include "X86COFFMachineModuleInfo.h"
#include "X86MachineFunctionInfo.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Target/TargetData.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;