[llvm-commits] [llvm] r139629 - /llvm/trunk/include/llvm/DebugInfo/DIContext.h

Benjamin Kramer benny.kra at googlemail.com
Tue Sep 13 12:55:32 PDT 2011


Author: d0k
Date: Tue Sep 13 14:55:32 2011
New Revision: 139629

URL: http://llvm.org/viewvc/llvm-project?rev=139629&view=rev
Log:
Remove include of header that doesn't exist (yet).

Modified:
    llvm/trunk/include/llvm/DebugInfo/DIContext.h

Modified: llvm/trunk/include/llvm/DebugInfo/DIContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DIContext.h?rev=139629&r1=139628&r2=139629&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DIContext.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DIContext.h Tue Sep 13 14:55:32 2011
@@ -16,7 +16,6 @@
 #define LLVM_DEBUGINFO_DICONTEXT_H
 
 #include "llvm/ADT/StringRef.h"
-#include "llvm/DebugInfo/DILineInfo.h"
 
 namespace llvm {
 





More information about the llvm-commits mailing list