Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAG.cpp
index d61a0982c32ea25081619270c7a73f96a7d3f74c..f144b986604d8bb640da56acc46b0aa0a2ddb9eb 100644 (file)
@@ -14,7 +14,6 @@
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "pre-RA-sched"
-#include "llvm/Constants.h"
 #include "llvm/Type.h"
 #include "llvm/CodeGen/ScheduleDAG.h"
 #include "llvm/CodeGen/MachineConstantPool.h"