From e5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 4 Jun 2009 01:59:35 +0000 Subject: Remove a #include of . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72828 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAllocLinearScan.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen/RegAllocLinearScan.cpp') diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 098da7e..0ef97c1 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -40,7 +40,6 @@ #include #include #include -#include using namespace llvm; -- cgit v1.1