summaryrefslogtreecommitdiff
path: root/tools/llvm-prof
diff options
context:
space:
mode:
authorAndreas Neustifter <astifter-llvm@gmx.at>2009-08-28 06:48:25 +0000
committerAndreas Neustifter <astifter-llvm@gmx.at>2009-08-28 06:48:25 +0000
commit79331b2fcdaeda00a018614f1ac9fa2818449188 (patch)
tree6519186a5f7fd200bf7d3fbc1d1aec34ce2e53c8 /tools/llvm-prof
parent798261ccf556a246d55bbe3cd7a5c995eb812ab7 (diff)
downloadllvm-79331b2fcdaeda00a018614f1ac9fa2818449188.tar.gz
llvm-79331b2fcdaeda00a018614f1ac9fa2818449188.tar.bz2
llvm-79331b2fcdaeda00a018614f1ac9fa2818449188.tar.xz
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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-prof/llvm-prof.cpp b/tools/llvm-prof/llvm-prof.cpp
index f1d24f7527..cff139e125 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>