Random include cleanup.

llvm-svn: 84898
This commit is contained in:
Benjamin Kramer 2009-10-22 21:49:41 +00:00
parent 7ed6722fc4
commit 13aa437a5e
3 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@
#include "llvm/Support/DataTypes.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include <iterator>
namespace llvm {
class APFloat;

View File

@ -21,7 +21,6 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ValueHandle.h"
namespace llvm {

View File

@ -22,6 +22,7 @@
#include "llvm/Target/TargetOptions.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MutexGuard.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/System/Mutex.h"