forked from OSchip/llvm-project
More header and forward declaration cleanup.
llvm-svn: 204183
This commit is contained in:
parent
14743127b7
commit
11f806740d
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue