[cfe-commits] r109219 - /cfe/trunk/lib/Sema/SemaType.cpp

Bill Wendling isanbard at gmail.com
Fri Jul 23 00:19:31 PDT 2010


Author: void
Date: Fri Jul 23 02:19:31 2010
New Revision: 109219

URL: http://llvm.org/viewvc/llvm-project?rev=109219&view=rev
Log:
Remove unneeded iostream include.

Modified:
    cfe/trunk/lib/Sema/SemaType.cpp

Modified: cfe/trunk/lib/Sema/SemaType.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaType.cpp?rev=109219&r1=109218&r2=109219&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaType.cpp (original)
+++ cfe/trunk/lib/Sema/SemaType.cpp Fri Jul 23 02:19:31 2010
@@ -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





More information about the cfe-commits mailing list