diff options
author | Dan Gohman <gohman@apple.com> | 2008-03-10 23:37:12 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-03-10 23:37:12 +0000 |
commit | e1ff8ec36f1d99bbe110d3ef8888809c91ec9c00 (patch) | |
tree | 652e5f8caf23418ca6108a99afe78013cc762610 /lib/VMCore/Module.cpp | |
parent | 03fdec04d1f179f32047aa6752aa59f2674c9894 (diff) |
Remove an unnecessary #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r-- | lib/VMCore/Module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp index a6a859172b..864ec04654 100644 --- a/lib/VMCore/Module.cpp +++ b/lib/VMCore/Module.cpp @@ -23,7 +23,6 @@ #include <algorithm> #include <cstdarg> #include <cstdlib> -#include <map> using namespace llvm; //===----------------------------------------------------------------------===// |