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 | 5155fc1b69c77f82b8eae88f433eb651c8b0ff0e (patch) | |
tree | 35355a30521c70adf91b2dfd767d9a8179409c0b /llvm | |
parent | d7f3569555ea819fd18640c1a67f19bb48e8d28f (diff) | |
download | bcm5719-llvm-5155fc1b69c77f82b8eae88f433eb651c8b0ff0e.tar.gz bcm5719-llvm-5155fc1b69c77f82b8eae88f433eb651c8b0ff0e.zip |
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)
llvm-svn: 80349
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/llvm-prof/llvm-prof.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-prof/llvm-prof.cpp b/llvm/tools/llvm-prof/llvm-prof.cpp index f1d24f7527c..cff139e1251 100644 --- a/llvm/tools/llvm-prof/llvm-prof.cpp +++ b/llvm/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> |