From: Dan Gohman Date: Thu, 4 Jun 2009 01:59:35 +0000 (+0000) Subject: Remove a #include of . X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec;p=oota-llvm.git Remove a #include of . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72828 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 098da7eed4d..0ef97c139df 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -40,7 +40,6 @@ #include #include #include -#include using namespace llvm;