More header and forward declaration cleanup.

llvm-svn: 204183
This commit is contained in:
Eric Christopher 2014-03-18 21:44:12 +00:00
parent 14743127b7
commit 11f806740d
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 {