Remove an unnecessary #include

llvm-svn: 48193
This commit is contained in:
Dan Gohman 2008-03-10 23:37:12 +00:00
parent 7362d38391
commit de66dc88cd
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include <algorithm>
#include <cstdarg>
#include <cstdlib>
#include <map>
using namespace llvm;
//===----------------------------------------------------------------------===//