From e5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 4 Jun 2009 01:59:35 +0000 Subject: [PATCH] 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(-) 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;