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 | e7264ec999c6f742a932d2986c297f90e2d8dd9b (patch) | |
tree | e96ae0e0afe0fa3292a20c2d6aedfe072458539f /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 2e50689435cd32b128cb78ba7b6f3888917b6521 (diff) | |
download | bcm5719-llvm-e7264ec999c6f742a932d2986c297f90e2d8dd9b.tar.gz bcm5719-llvm-e7264ec999c6f742a932d2986c297f90e2d8dd9b.zip |
Remove removed header.
llvm-svn: 53121
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index b6f09113660..d232fd95601 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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" |