From: Bill Wendling Date: Fri, 23 Jul 2010 07:19:31 +0000 (+0000) Subject: Remove unneeded iostream include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67a213b1efffe854f924737af2bc8322ac138328;p=clang Remove unneeded iostream include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109219 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index a4fc98cd95..cff2f5776f 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -25,8 +25,6 @@ #include "llvm/Support/ErrorHandling.h" using namespace clang; -#include - /// \brief Perform adjustment on the parameter type of a function. /// /// This routine adjusts the given parameter type @p T to the actual