aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PTHLexer.cpp
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2012-12-21 17:07:08 +0000
committerRoman Divacky <rdivacky@freebsd.org>2012-12-21 17:07:08 +0000
commit87aa2fbc75a897e7c4a4082374aaba3f50db6f0f (patch)
tree9afe8a83fe81cc1a120e47b79cdfd27dea26b0dd /lib/Lex/PTHLexer.cpp
parenta324a0e673cf486de281c84af3f09ba58627bbd2 (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.cpp1
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"