]> granicus.if.org Git - clang/commitdiff
Remove unneeded #include.
authorAdrian Prantl <aprantl@apple.com>
Tue, 8 Sep 2015 22:06:40 +0000 (22:06 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 8 Sep 2015 22:06:40 +0000 (22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247081 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index cc57f27d60a169bb5652fa7a64855f49d74e943d..987e92143200491847cdf66ab74c9d9abb2dad4e 100644 (file)
@@ -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;