Remove include of header that doesn't exist (yet).
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 13 Sep 2011 19:55:32 +0000 (19:55 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 13 Sep 2011 19:55:32 +0000 (19:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139629 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/DIContext.h

index ea9d5057472bff8a9979fe39bd76860abf1f60b4..bd888f74f2a4ff79f403dbbdadae2658d342ef04 100644 (file)
@@ -16,7 +16,6 @@
 #define LLVM_DEBUGINFO_DICONTEXT_H
 
 #include "llvm/ADT/StringRef.h"
-#include "llvm/DebugInfo/DILineInfo.h"
 
 namespace llvm {