More header and forward declaration cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-03-18 21:44:12 +00:00
parent a673745a34
commit 18d3426b89
2 changed files with 1 additions and 5 deletions

View File

@ -16,15 +16,13 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Dwarf.h"
#include <vector>
namespace llvm {
class AsmPrinter;
class MCExpr;
class MCSymbol;
class MCSymbolRefExpr;
class raw_ostream;
class DwarfTypeUnit;

View File

@ -24,7 +24,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormattedStream.h"
#include <map>
#include <vector>
// The dwarf accelerator tables are an indirect hash table optimized
@ -62,7 +61,6 @@
namespace llvm {
class AsmPrinter;
class DIE;
class DwarfFile;
class DwarfAccelTable {