diff options
Diffstat (limited to 'clang/Lex')
| -rw-r--r-- | clang/Lex/Lexer.cpp | 1 | ||||
| -rw-r--r-- | clang/Lex/MacroInfo.cpp | 1 |
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; |

