Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cppguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ <h3 id="Names_and_Order_of_Includes">Names and Order of Includes</h3>
<p>Include headers in the following order: Related header, C system headers,
C++ standard library headers,
other libraries' headers, your project's
headers.</p>

headers.
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered to be different</p>
<p>
All of a project's header files should be
listed as descendants of the project's source
Expand Down Expand Up @@ -6020,4 +6020,4 @@ <h3 id="Windows_Code">Windows Code</h3>
</ul>
</div>
</body>
</html>
</html>