From 67a213b1efffe854f924737af2bc8322ac138328 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 23 Jul 2010 07:19:31 +0000 Subject: [PATCH] Remove unneeded iostream include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109219 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaType.cpp | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.50.1