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
This commit is contained in:
Benjamin Kramer 2011-09-13 19:55:32 +00:00
parent 8a23a77a54
commit edca044ab8

View File

@ -16,7 +16,6 @@
#define LLVM_DEBUGINFO_DICONTEXT_H
#include "llvm/ADT/StringRef.h"
#include "llvm/DebugInfo/DILineInfo.h"
namespace llvm {