aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PTHLexer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-16 20:22:05 +0000
committerChris Lattner <sabre@nondot.org>2008-11-16 20:22:05 +0000
commit51881c56b0fb30eac731ae0f79cf430daa8bcb4a (patch)
tree86e2834ff2ae52afc71fb2015a259c5926568780 /lib/Lex/PTHLexer.cpp
parent54f054efb0b60b51099ef7e8f2918a202517f721 (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.cpp2
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,