diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-03-31 15:04:05 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-03-31 15:04:05 +0000 |
commit | 6876fe615e16b0e76c7711e129e470305b7e9d41 (patch) | |
tree | c0408861e801f2a9506031acaee9ef9b8300c202 /lib/CodeGen/CGDebugInfo.h | |
parent | b2213dc3dd8f58b611b91d2fce4834a767efcba7 (diff) |
Minor include pruning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index e4f21f4d13..8397245e31 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -21,7 +21,6 @@ #include "llvm/Analysis/DebugInfo.h" #include "llvm/Support/ValueHandle.h" #include "llvm/Support/Allocator.h" -#include <map> #include "CGBuilder.h" |