From: Alkis Evlogimenos Date: Sat, 8 May 2004 03:49:35 +0000 (+0000) Subject: Remove unneeded header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=feab248c93eeb1028ac014fa9546a02013dd3396;p=oota-llvm.git Remove unneeded header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13416 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 039982a5dd6..59880f22d0f 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -34,7 +34,6 @@ #include "VirtRegMap.h" #include #include -#include using namespace llvm;