[cfe-commits] r59424 - /cfe/trunk/lib/Lex/PTHLexer.cpp

Chris Lattner sabre at nondot.org
Sun Nov 16 12:22:05 PST 2008


Author: lattner
Date: Sun Nov 16 14:22:05 2008
New Revision: 59424

URL: http://llvm.org/viewvc/llvm-project?rev=59424&view=rev
Log:
Trivial tidying

Modified:
    cfe/trunk/lib/Lex/PTHLexer.cpp

Modified: cfe/trunk/lib/Lex/PTHLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PTHLexer.cpp?rev=59424&r1=59423&r2=59424&view=diff

==============================================================================
--- cfe/trunk/lib/Lex/PTHLexer.cpp (original)
+++ cfe/trunk/lib/Lex/PTHLexer.cpp Sun Nov 16 14:22:05 2008
@@ -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,





More information about the cfe-commits mailing list