Tidy up #includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-07-16 15:32:28 +00:00
parent ac95cc79ac
commit 688ed8583e
4 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,6 @@
#define LLVM_ANALYSIS_ALIASSETTRACKER_H
#include "llvm/Support/CallSite.h"
#include "llvm/Support/Streams.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/iterator.h"
#include "llvm/ADT/ilist.h"

View File

@ -18,9 +18,9 @@
#ifndef LLVM_ANALYSIS_TRACE_H
#define LLVM_ANALYSIS_TRACE_H
#include "llvm/Support/Streams.h"
#include <vector>
#include <cassert>
#include <iosfwd>
namespace llvm {
class BasicBlock;

View File

@ -19,7 +19,6 @@
#include <string>
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Streams.h"
#include "llvm/CodeGen/MachineCodeEmitter.h"
using namespace std;

View File

@ -16,7 +16,6 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/Support/Streams.h"
namespace llvm {