diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-07-23 07:19:31 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-07-23 07:19:31 +0000 |
commit | 67a213b1efffe854f924737af2bc8322ac138328 (patch) | |
tree | bff050d46f525b7f83d7a429d873e42fa03b4208 /lib/Sema/SemaType.cpp | |
parent | d5ef7b26f7e17bc147a549353decebed14797f83 (diff) |
Remove unneeded iostream include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
-rw-r--r-- | lib/Sema/SemaType.cpp | 2 |
1 files changed, 0 insertions, 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 <iostream> - /// \brief Perform adjustment on the parameter type of a function. /// /// This routine adjusts the given parameter type @p T to the actual |