File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1515Include 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
You can’t perform that action at this time.
0 commit comments