summaryrefslogtreecommitdiffstats
path: root/clang/Lex/Lexer.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-05-23 08:05:58 +0000
committerBill Wendling <isanbard@gmail.com>2007-05-23 08:05:58 +0000
commit5a85f9104d8261161a50fd82c1f088dcfd0c97b3 (patch)
treee29dbf2f8db9e5d1a3648cd96a74866203f543e3 /clang/Lex/Lexer.cpp
parent48fbdd03023b5fd39516cd3a61d4f70076cfcbe7 (diff)
downloadbcm5719-llvm-5a85f9104d8261161a50fd82c1f088dcfd0c97b3.tar.gz
bcm5719-llvm-5a85f9104d8261161a50fd82c1f088dcfd0c97b3.zip
Bug #:
Submitted by: Bill Wendling Reviewed by: Chris Lattner - Removed unneeded <iostream> header. llvm-svn: 39484
Diffstat (limited to 'clang/Lex/Lexer.cpp')
-rw-r--r--clang/Lex/Lexer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/Lex/Lexer.cpp b/clang/Lex/Lexer.cpp
index 810f10da4d1..ab537455fee 100644
--- a/clang/Lex/Lexer.cpp
+++ b/clang/Lex/Lexer.cpp
@@ -30,7 +30,6 @@
#include "clang/Basic/SourceLocation.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cctype>
-#include <iostream>
using namespace llvm;
using namespace clang;
OpenPOWER on IntegriCloud