Remove some unneeded includes.

llvm-svn: 53289
This commit is contained in:
Duncan Sands 2008-07-09 12:08:25 +00:00
parent 828e080f3b
commit e66e7b80f0
2 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@
//===----------------------------------------------------------------------===//
#include "LegalizeTypes.h"
#include "llvm/Constants.h"
using namespace llvm;
//===----------------------------------------------------------------------===//

View File

@ -15,10 +15,7 @@
#include "LegalizeTypes.h"
#include "llvm/CallingConv.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MathExtras.h"
using namespace llvm;
#ifndef NDEBUG