diff options
author | Devang Patel <dpatel@apple.com> | 2009-06-26 02:25:46 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-06-26 02:25:46 +0000 |
commit | e2f9382c727df18150a161058850ff432f7fe432 (patch) | |
tree | e8cb37b697fc4a6050652d3e8a7ee4ab2f3a82a0 | |
parent | 1c723b714566007b6f09db5d5f6b85df2dd0c2fc (diff) |
Remove unnecessary includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74254 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/DebugInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index c269eaa3e8..20de3a4575 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -17,8 +17,6 @@ #ifndef LLVM_ANALYSIS_DEBUGINFO_H #define LLVM_ANALYSIS_DEBUGINFO_H -#include "llvm/Module.h" -#include "llvm/GlobalVariable.h" #include "llvm/Target/TargetMachine.h" #include "llvm/ADT/StringMap.h" #include "llvm/ADT/DenseMap.h" |