From ec58498dc911065c122a2a54fa9d1338f7fb187f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 29 May 2008 21:29:39 +0000 Subject: [PATCH] Remove . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51704 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/LiveIntervalAnalysis.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 2163bae81c5..104f176bd79 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -75,8 +75,6 @@ void LiveIntervals::releaseMemory() { delete ClonedMIs[i]; } -#include - void LiveIntervals::computeNumbering() { Index2MiMap OldI2MI = i2miMap_; -- 2.34.1