From edca044ab872ca71085167b0e82ac29a4f335b6f Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 13 Sep 2011 19:55:32 +0000 Subject: [PATCH] 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 --- include/llvm/DebugInfo/DIContext.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index ea9d5057472..bd888f74f2a 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 {