From 3646979c2c77afd60bc711d8d6bddbc9fa123f46 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 12 Apr 2010 16:26:03 +0000 Subject: [PATCH] Remove a #include. llvm-svn: 101043 --- lib/CodeGen/PostRASchedulerList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CodeGen/PostRASchedulerList.cpp b/lib/CodeGen/PostRASchedulerList.cpp index 424181c0254..38abcb42b0a 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 #include using namespace llvm;