Skip to content

Commit 0f12760

Browse files
clarifying case senstivity in include order
1 parent 57ea449 commit 0f12760

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cppguide.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,9 @@ <h3 id="Names_and_Order_of_Includes">Names and Order of Includes</h3>
399399
<p>Include headers in the following order: Related header, C system headers,
400400
C++ standard library headers,
401401
other libraries' headers, your project's
402-
headers.</p>
403-
402+
headers.\b
403+
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered different</p>
404+
404405
<p>
405406
All of a project's header files should be
406407
listed as descendants of the project's source
@@ -6020,4 +6021,4 @@ <h3 id="Windows_Code">Windows Code</h3>
60206021
</ul>
60216022
</div>
60226023
</body>
6023-
</html>
6024+
</html>

0 commit comments

Comments
 (0)