[clang] 30a89a7 - ASTConcept.h - remove unused <string> include. NFCI.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 7 02:58:44 PDT 2021
Author: Simon Pilgrim
Date: 2021-06-07T10:58:32+01:00
New Revision: 30a89a754af00004a7bc8afd485021f9e68d5d70
URL: https://github.com/llvm/llvm-project/commit/30a89a754af00004a7bc8afd485021f9e68d5d70
DIFF: https://github.com/llvm/llvm-project/commit/30a89a754af00004a7bc8afd485021f9e68d5d70.diff
LOG: ASTConcept.h - remove unused <string> include. NFCI.
Added:
Modified:
clang/include/clang/AST/ASTConcept.h
Removed:
################################################################################
diff --git a/clang/include/clang/AST/ASTConcept.h b/clang/include/clang/AST/ASTConcept.h
index 71bf14a87865..d0526f4fa5c5 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 <string>
#include <utility>
+
namespace clang {
class ConceptDecl;
class ConceptSpecializationExpr;
More information about the cfe-commits
mailing list