From: Chris Lattner Date: Mon, 14 Jan 2008 18:45:28 +0000 (+0000) Subject: remove dead #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a6c3f80d970ea7a5c8597bca495495832a56a54b;p=oota-llvm.git remove dead #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45971 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp index d4c572154be..b20a87ea0a8 100644 --- a/lib/CodeGen/LiveInterval.cpp +++ b/lib/CodeGen/LiveInterval.cpp @@ -24,7 +24,6 @@ #include "llvm/Support/Streams.h" #include "llvm/Target/MRegisterInfo.h" #include -#include #include using namespace llvm;