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 | 8abd1ca8d241690292dbe34edaf744f36dc0791d (patch) | |
| tree | 6b67b7bbd38a64091fd0358bc1e8529d52667b23 /clang/lib | |
| parent | 73ede01cadf997a851ebb42e945450f0094de5d8 (diff) | |
| download | bcm5719-llvm-8abd1ca8d241690292dbe34edaf744f36dc0791d.tar.gz bcm5719-llvm-8abd1ca8d241690292dbe34edaf744f36dc0791d.zip | |
Remove unneeded iostream include.
llvm-svn: 109219
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Sema/SemaType.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp index a4fc98cd958..cff2f5776f9 100644 --- a/clang/lib/Sema/SemaType.cpp +++ b/clang/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 | 

