projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d3659
)
Remove a #include.
author
Dan Gohman
<gohman@apple.com>
Mon, 12 Apr 2010 16:26:03 +0000
(16:26 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PostRASchedulerList.cpp
b/lib/CodeGen/PostRASchedulerList.cpp
index 424181c025496ef951f38977757f2d35426ef15b..38abcb42b0a2c0b31300a22408db6e8971209685 100644
(file)
--- 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;