From a6c3f80d970ea7a5c8597bca495495832a56a54b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 14 Jan 2008 18:45:28 +0000 Subject: [PATCH] remove dead #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45971 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/LiveInterval.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1