summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-18 21:44:12 +0000
committerEric Christopher <echristo@gmail.com>2014-03-18 21:44:12 +0000
commit11f806740d9524bed91a9f1a0c4a5b279e85981d (patch)
tree787bf8e365741af759e8eb319d3fe69c9cf6168c /llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
parent14743127b75d38da0f84c1beeb093d58c325a667 (diff)
downloadbcm5719-llvm-11f806740d9524bed91a9f1a0c4a5b279e85981d.tar.gz
bcm5719-llvm-11f806740d9524bed91a9f1a0c4a5b279e85981d.zip
More header and forward declaration cleanup.
llvm-svn: 204183
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h b/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
index 18d1138228a..4a144978b0d 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
@@ -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 {
OpenPOWER on IntegriCloud