aboutsummaryrefslogtreecommitdiff
path: root/clang/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
commit241f45118bcd00aee748ae2ec368e859b9136ef1 (patch)
treee3bf8625249d23cf8cab66e8d1d6a99e15159725 /clang/lib/Lex/PTHLexer.cpp
parenta229186a82b4ded40ce704c3e5019d8c0df9898f (diff)
downloadllvm-241f45118bcd00aee748ae2ec368e859b9136ef1.zip
llvm-241f45118bcd00aee748ae2ec368e859b9136ef1.tar.gz
llvm-241f45118bcd00aee748ae2ec368e859b9136ef1.tar.bz2
Remove duplicate includes.
llvm-svn: 170903
Diffstat (limited to 'clang/lib/Lex/PTHLexer.cpp')
-rw-r--r--clang/lib/Lex/PTHLexer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Lex/PTHLexer.cpp b/clang/lib/Lex/PTHLexer.cpp
index 2a3206e..e8f43f7 100644
--- a/clang/lib/Lex/PTHLexer.cpp
+++ b/clang/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"