From: Richard Smith Date: Tue, 15 Oct 2019 21:50:24 +0000 (+0000) Subject: Remove unnecessary and inappropriate forward-declaration of Sema from X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e5092b6825108321f5964376baef9fb136419db;p=clang Remove unnecessary and inappropriate forward-declaration of Sema from AST. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374952 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h index 57ccba8b81..9c05de6fdc 100644 --- a/include/clang/AST/ExprCXX.h +++ b/include/clang/AST/ExprCXX.h @@ -57,7 +57,6 @@ class IdentifierInfo; class LambdaCapture; class NonTypeTemplateParmDecl; class TemplateParameterList; -class Sema; //===--------------------------------------------------------------------===// // C++ Expressions.