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 | 8b3d6682a45e80d08abf32aa1be0491db1977456 (patch) | |
tree | 23f81bbe89b6aff4cc433be2998247d7c4cf89b0 /lib/CodeGen/PostRASchedulerList.cpp | |
parent | 63d3659a44e14525e729ef52e6f993d3c306ae2f (diff) |
Remove a #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PostRASchedulerList.cpp')
-rw-r--r-- | lib/CodeGen/PostRASchedulerList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/PostRASchedulerList.cpp b/lib/CodeGen/PostRASchedulerList.cpp index 424181c025..38abcb42b0 100644 --- a/lib/CodeGen/PostRASchedulerList.cpp +++ b/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; |