diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-09-13 19:55:32 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-09-13 19:55:32 +0000 |
commit | edca044ab872ca71085167b0e82ac29a4f335b6f (patch) | |
tree | 1446b9ae18b59f3c9018bd4540624b0b8487a426 | |
parent | 8a23a77a54a8ab87acb1cc8c9dbed73d6f0330a9 (diff) |
Remove include of header that doesn't exist (yet).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139629 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/DebugInfo/DIContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index ea9d505747..bd888f74f2 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -16,7 +16,6 @@ #define LLVM_DEBUGINFO_DICONTEXT_H #include "llvm/ADT/StringRef.h" -#include "llvm/DebugInfo/DILineInfo.h" namespace llvm { |