Eliminate a few unnecessary uses of dynamic_cast.
[oota-llvm.git] / lib / VMCore / Module.cpp
index a6a859172b06b018f535f57d356bec24cc8984a7..864ec04654583e181fa635d64e8ca2e4535a49e7 100644 (file)
@@ -23,7 +23,6 @@
 #include <algorithm>
 #include <cstdarg>
 #include <cstdlib>
-#include <map>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//