Since all std::cout is gone, also remove iostream include.
authorAndreas Neustifter <astifter-llvm@gmx.at>
Fri, 28 Aug 2009 06:48:25 +0000 (06:48 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Fri, 28 Aug 2009 06:48:25 +0000 (06:48 +0000)
(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

tools/llvm-prof/llvm-prof.cpp

index f1d24f7527cbd9351dc4eeee5949f3c8d6008874..cff139e1251a7e98f1f07fab57a218b672492d34 100644 (file)
@@ -30,7 +30,6 @@
 #include "llvm/Support/Format.h"
 #include "llvm/System/Signals.h"
 #include <algorithm>
-#include <iostream>
 #include <iomanip>
 #include <map>
 #include <set>