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 | 51881c56b0fb30eac731ae0f79cf430daa8bcb4a (patch) | |
tree | 86e2834ff2ae52afc71fb2015a259c5926568780 /lib/Lex/PTHLexer.cpp | |
parent | 54f054efb0b60b51099ef7e8f2918a202517f721 (diff) |
Trivial tidying
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PTHLexer.cpp')
-rw-r--r-- | lib/Lex/PTHLexer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp index b0ecb270d9..8062102e6c 100644 --- a/lib/Lex/PTHLexer.cpp +++ b/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, |