Skip to content

Commit 798288d

Browse files
nikickrishna2803
authored andcommitted
[Clang] Replace include with forward declaration (NFC) (llvm#151292)
After llvm#142541.
1 parent 408bbd4 commit 798288d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/Expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "clang/AST/APNumericStorage.h"
1717
#include "clang/AST/APValue.h"
1818
#include "clang/AST/ASTVector.h"
19-
#include "clang/AST/Attr.h"
2019
#include "clang/AST/ComputeDependence.h"
2120
#include "clang/AST/Decl.h"
2221
#include "clang/AST/DeclAccessPair.h"
@@ -58,6 +57,7 @@ namespace clang {
5857
class StringLiteral;
5958
class TargetInfo;
6059
class ValueDecl;
60+
class WarnUnusedResultAttr;
6161

6262
/// A simple array of base specifiers.
6363
typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath;

0 commit comments

Comments
 (0)