diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-07-03 22:54:30 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-07-03 22:54:30 +0000 |
commit | 21cb712be47ec21ffa314d7c9856160fa4de440a (patch) | |
tree | 2e320234b09e338d3d3b42b45232c521f0ecb445 /lib/CodeGen/CGDebugInfo.cpp | |
parent | 381feea55f0141d197323c4d5e6db37f93e7ab39 (diff) |
Remove removed header.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index b6f0911366..d232fd9560 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -24,7 +24,6 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/SmallVector.h" #include "llvm/CodeGen/MachineModuleInfo.h" -#include "llvm/CodeGen/MachineDebugInfoDesc.h" #include "llvm/Support/Dwarf.h" #include "llvm/Support/IRBuilder.h" #include "llvm/Target/TargetMachine.h" |