summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-09-08 22:06:40 +0000
committerAdrian Prantl <aprantl@apple.com>2015-09-08 22:06:40 +0000
commitab010c4e0e869c694fd22aaa2c13a4278a968b5c (patch)
tree077c37468ca1cd2b0d2808d6e3a080e3f717bb35 /clang/lib
parentc634ed0b1a421e5458cd698a7fcd89ded0ab6d2f (diff)
downloadbcm5719-llvm-ab010c4e0e869c694fd22aaa2c13a4278a968b5c.tar.gz
bcm5719-llvm-ab010c4e0e869c694fd22aaa2c13a4278a968b5c.zip
Remove unneeded #include.
llvm-svn: 247081
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index cc57f27d60a..987e9214320 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -37,7 +37,6 @@
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
-#include "llvm/Support/Dwarf.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
using namespace clang;
OpenPOWER on IntegriCloud