forked from OSchip/llvm-project
[NFC] Remove duplicate include
This commit is contained in:
parent
6842ec42f6
commit
ad39b5bc59
|
@ -18,7 +18,6 @@
|
|||
#include "clang/Sema/Template.h"
|
||||
#include "clang/Sema/Overload.h"
|
||||
#include "clang/Sema/Initialization.h"
|
||||
#include "clang/Sema/SemaInternal.h"
|
||||
#include "clang/AST/ExprConcepts.h"
|
||||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
#include "clang/Basic/OperatorPrecedence.h"
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "clang/AST/ASTConsumer.h"
|
||||
#include "clang/AST/ASTConsumer.h"
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Testing/Support/Annotations.h"
|
||||
#include "llvm/Testing/Support/SupportHelpers.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <gmock/gmock.h>
|
||||
|
|
Loading…
Reference in New Issue