Skip to content

Commit c7e6065

Browse files
TylerMSFTTylerMSFT
authored andcommitted
tech review
1 parent 46a5ac2 commit c7e6065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ide/include-cleanup-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ms.custom: intro-overview
77
---
88
# Clean up C/C++ includes in Visual Studio
99

10-
Starting with Visual Studio 17.7 preview 3, Visual Studio provides include cleanup that improves the quality of your code in the following ways:
10+
Starting with Visual Studio 17.8 Preview 1, Visual Studio provides include cleanup that improves the quality of your code in the following ways:
1111

1212
- Offers to remove unused header files--improving build times and code cleanliness.
13-
- Offers to add header files for code that is only working because a needed header file is included indirectly.
13+
- Offers to add header files for code that compiles because a needed header file is included indirectly.
1414

1515
Include cleanup is on by default. To learn how to configure it, see [Config C/C++ include cleanup in Visual Studio](include-cleanup-config.md).
1616

0 commit comments

Comments
 (0)