diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2012-12-21 17:07:08 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2012-12-21 17:07:08 +0000 |
commit | 87aa2fbc75a897e7c4a4082374aaba3f50db6f0f (patch) | |
tree | 9afe8a83fe81cc1a120e47b79cdfd27dea26b0dd /lib/Lex/PTHLexer.cpp | |
parent | a324a0e673cf486de281c84af3f09ba58627bbd2 (diff) |
Remove duplicate includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170903 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PTHLexer.cpp')
-rw-r--r-- | lib/Lex/PTHLexer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp index 2a3206e95a..e8f43f7e50 100644 --- a/lib/Lex/PTHLexer.cpp +++ b/lib/Lex/PTHLexer.cpp @@ -20,7 +20,6 @@ #include "clang/Lex/LexDiagnostic.h" #include "clang/Lex/PTHManager.h" #include "clang/Lex/Preprocessor.h" -#include "clang/Lex/Preprocessor.h" #include "clang/Lex/Token.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/StringExtras.h" |