Skip to content

Commit 019779d

Browse files
committed
Remove needless Attr.h include from DeclCXX.h, NFC
This actually has no impact on the build, because TypeLoc.h includes Attr.h. However, DeclCXX.h has no need of it, so go ahead and remove it. The final step in this patch series is to split Attr.h and Attrs.h.
1 parent a9cc64e commit 019779d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/AST/DeclCXX.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include "clang/AST/ASTContext.h"
1919
#include "clang/AST/ASTUnresolvedSet.h"
20-
#include "clang/AST/Attr.h"
2120
#include "clang/AST/Decl.h"
2221
#include "clang/AST/DeclBase.h"
2322
#include "clang/AST/DeclarationName.h"

0 commit comments

Comments
 (0)