diff options
author | Dan Gohman <gohman@apple.com> | 2010-05-26 00:55:59 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-05-26 00:55:59 +0000 |
commit | 5eabaa2d7c001d801a36d76affc1aa257ca2975c (patch) | |
tree | 67056b65b028bb519ce486b4a006102fcf1cee81 /lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | |
parent | be22683202731127a5128db8be404edcee91defd (diff) |
Trim #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp index b92a672f90..56f5ded500 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp @@ -30,7 +30,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/ADT/PriorityQueue.h" #include "llvm/ADT/Statistic.h" #include <climits> using namespace llvm; |