Remove an unnecessary #include
authorDan Gohman <gohman@apple.com>
Mon, 10 Mar 2008 23:37:12 +0000 (23:37 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 10 Mar 2008 23:37:12 +0000 (23:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48193 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Module.cpp

index a6a859172b06b018f535f57d356bec24cc8984a7..864ec04654583e181fa635d64e8ca2e4535a49e7 100644 (file)
@@ -23,7 +23,6 @@
 #include <algorithm>
 #include <cstdarg>
 #include <cstdlib>
-#include <map>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//