1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove an unnecessary #include

llvm-svn: 48193
This commit is contained in:
Dan Gohman 2008-03-10 23:37:12 +00:00
parent f0684bfd16
commit 70ab77e185

View File

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