From: Chris Lattner Date: Sun, 16 Nov 2008 20:22:05 +0000 (+0000) Subject: Trivial tidying X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51881c56b0fb30eac731ae0f79cf430daa8bcb4a;p=clang Trivial tidying git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59424 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,