diff options
author | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 06:48:25 +0000 |
---|---|---|
committer | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 06:48:25 +0000 |
commit | 79331b2fcdaeda00a018614f1ac9fa2818449188 (patch) | |
tree | 6519186a5f7fd200bf7d3fbc1d1aec34ce2e53c8 /tools/llvm-prof | |
parent | 798261ccf556a246d55bbe3cd7a5c995eb812ab7 (diff) | |
download | external_llvm-79331b2fcdaeda00a018614f1ac9fa2818449188.zip external_llvm-79331b2fcdaeda00a018614f1ac9fa2818449188.tar.gz external_llvm-79331b2fcdaeda00a018614f1ac9fa2818449188.tar.bz2 |
Since all std::cout is gone, also remove iostream include.
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085620.html)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-prof')
-rw-r--r-- | tools/llvm-prof/llvm-prof.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-prof/llvm-prof.cpp b/tools/llvm-prof/llvm-prof.cpp index f1d24f7..cff139e 100644 --- a/tools/llvm-prof/llvm-prof.cpp +++ b/tools/llvm-prof/llvm-prof.cpp @@ -30,7 +30,6 @@ #include "llvm/Support/Format.h" #include "llvm/System/Signals.h" #include <algorithm> -#include <iostream> #include <iomanip> #include <map> #include <set> |