From 30a89a754af00004a7bc8afd485021f9e68d5d70 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 7 Jun 2021 10:15:45 +0100 Subject: [PATCH] ASTConcept.h - remove unused include. NFCI. --- clang/include/clang/AST/ASTConcept.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/include/clang/AST/ASTConcept.h b/clang/include/clang/AST/ASTConcept.h index 71bf14a..d0526f4 100644 --- a/clang/include/clang/AST/ASTConcept.h +++ b/clang/include/clang/AST/ASTConcept.h @@ -14,12 +14,13 @@ #ifndef LLVM_CLANG_AST_ASTCONCEPT_H #define LLVM_CLANG_AST_ASTCONCEPT_H + #include "clang/AST/Expr.h" #include "clang/Basic/SourceLocation.h" #include "llvm/ADT/PointerUnion.h" #include "llvm/ADT/SmallVector.h" -#include #include + namespace clang { class ConceptDecl; class ConceptSpecializationExpr; -- 2.7.4