diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-12 16:26:03 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-12 16:26:03 +0000 |
commit | e4148978b8f138bc500bb5414310c7521e70dc14 (patch) | |
tree | e8995fcdd26272eae3884cba9b9a8f6119493705 /llvm/lib | |
parent | 61c1ac2e5cddbb97ffa167873fbc6a565fea9300 (diff) | |
download | bcm5719-llvm-e4148978b8f138bc500bb5414310c7521e70dc14.tar.gz bcm5719-llvm-e4148978b8f138bc500bb5414310c7521e70dc14.zip |
Remove a #include.
llvm-svn: 101043
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/PostRASchedulerList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp index 424181c0254..38abcb42b0a 100644 --- a/llvm/lib/CodeGen/PostRASchedulerList.cpp +++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp @@ -46,7 +46,6 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/BitVector.h" #include "llvm/ADT/Statistic.h" -#include <map> #include <set> using namespace llvm; |