From: Alexey Bader Date: Fri, 15 Apr 2016 13:23:26 +0000 (+0000) Subject: Remove include duplicate. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=311403deaaf02bfbd8a0b8ed56dbe179bbe376ca;p=clang Remove include duplicate. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index d1d052d622..5140b88840 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -24,7 +24,6 @@ #include "clang/Basic/PartialDiagnostic.h" #include "clang/Basic/TargetInfo.h" #include "clang/Lex/Preprocessor.h" -#include "clang/Lex/Preprocessor.h" #include "clang/Sema/DeclSpec.h" #include "clang/Sema/DelayedDiagnostic.h" #include "clang/Sema/Lookup.h"