From: Andreas Neustifter Date: Fri, 28 Aug 2009 06:48:25 +0000 (+0000) Subject: Since all std::cout is gone, also remove iostream include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79331b2fcdaeda00a018614f1ac9fa2818449188;p=oota-llvm.git 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 --- diff --git a/tools/llvm-prof/llvm-prof.cpp b/tools/llvm-prof/llvm-prof.cpp index f1d24f7527c..cff139e1251 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 -#include #include #include #include