]> granicus.if.org Git - clang/commitdiff
Trivial tidying
authorChris Lattner <sabre@nondot.org>
Sun, 16 Nov 2008 20:22:05 +0000 (20:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Nov 2008 20:22:05 +0000 (20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59424 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PTHLexer.cpp

index b0ecb270d9d8edeaeea6370fd076ee464f54c0dc..8062102e6cc0f3b4cd989963673aabb7f5ba4aac 100644 (file)
@@ -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,