[cfe-commits] r53121 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Bill Wendling isanbard at gmail.com
Thu Jul 3 15:54:30 PDT 2008


Author: void
Date: Thu Jul  3 17:54:30 2008
New Revision: 53121

URL: http://llvm.org/viewvc/llvm-project?rev=53121&view=rev
Log:
Remove removed header.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=53121&r1=53120&r2=53121&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Thu Jul  3 17:54:30 2008
@@ -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"





More information about the cfe-commits mailing list