diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-16 20:22:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-16 20:22:05 +0000 |
commit | 1b03f76113b88818f27598adea47cf6151ec0d7f (patch) | |
tree | 27f367eea6b6ace968bce12e6f94a2dbd80a66b4 | |
parent | e0a828ee41cbdf8d3352a3baefeb28fcb5181202 (diff) | |
download | bcm5719-llvm-1b03f76113b88818f27598adea47cf6151ec0d7f.tar.gz bcm5719-llvm-1b03f76113b88818f27598adea47cf6151ec0d7f.zip |
Trivial tidying
llvm-svn: 59424
-rw-r--r-- | clang/lib/Lex/PTHLexer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Lex/PTHLexer.cpp b/clang/lib/Lex/PTHLexer.cpp index b0ecb270d9d..8062102e6cc 100644 --- a/clang/lib/Lex/PTHLexer.cpp +++ b/clang/lib/Lex/PTHLexer.cpp @@ -13,9 +13,7 @@ #include "clang/Lex/PTHLexer.h" #include "clang/Lex/Preprocessor.h" -#include "clang/Lex/Token.h" #include "clang/Basic/TokenKinds.h" - using namespace clang; PTHLexer::PTHLexer(Preprocessor& pp, SourceLocation fileloc, |