Remove a #include.
authorDan Gohman <gohman@apple.com>
Mon, 12 Apr 2010 16:26:03 +0000 (16:26 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 12 Apr 2010 16:26:03 +0000 (16:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101043 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PostRASchedulerList.cpp

index 424181c025496ef951f38977757f2d35426ef15b..38abcb42b0a2c0b31300a22408db6e8971209685 100644 (file)
@@ -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;