summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-05-24 16:54:59 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-05-24 16:54:59 +0000
commit9d50e82fb2324621dcdd43f68e08ae2d775378c3 (patch)
treeb6ccbe1116a688c895dfcfd6f4ea3cdaa25217bf /llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
parente344705aded98380da896d71918a2307d0f06165 (diff)
downloadbcm5719-llvm-9d50e82fb2324621dcdd43f68e08ae2d775378c3.tar.gz
bcm5719-llvm-9d50e82fb2324621dcdd43f68e08ae2d775378c3.zip
AsmPrinter: Prune an include, NFC
llvm-svn: 238121
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h b/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
index 4b9a2aa0b55..b042350fb59 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
@@ -11,13 +11,13 @@
#define LLVM_LIB_CODEGEN_ASMPRINTER_DWARFSTRINGPOOL_H
#include "llvm/ADT/StringMap.h"
-#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
#include "llvm/Support/Allocator.h"
#include <utility>
namespace llvm {
+class AsmPrinter;
class MCSymbol;
class MCSection;
class StringRef;
OpenPOWER on IntegriCloud