remove dead #include
authorChris Lattner <sabre@nondot.org>
Mon, 14 Jan 2008 18:45:28 +0000 (18:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Jan 2008 18:45:28 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45971 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveInterval.cpp

index d4c572154be836785cb8af8455ac40446d37978b..b20a87ea0a8c2fd0c5d95e0866ed688413b91cd7 100644 (file)
@@ -24,7 +24,6 @@
 #include "llvm/Support/Streams.h"
 #include "llvm/Target/MRegisterInfo.h"
 #include <algorithm>
-#include <map>
 #include <ostream>
 using namespace llvm;