summaryrefslogtreecommitdiffstats
path: root/clang/Lex
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
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')
-rw-r--r--clang/Lex/Lexer.cpp1
-rw-r--r--clang/Lex/MacroInfo.cpp1
2 files changed, 0 insertions, 2 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;
diff --git a/clang/Lex/MacroInfo.cpp b/clang/Lex/MacroInfo.cpp
index 9df04ad3d59..bc3a27d7a15 100644
--- a/clang/Lex/MacroInfo.cpp
+++ b/clang/Lex/MacroInfo.cpp
@@ -13,7 +13,6 @@
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/Preprocessor.h"
-#include <iostream>
using namespace llvm;
using namespace clang;
OpenPOWER on IntegriCloud