You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cppguide.html
+2-4
Original file line number
Diff line number
Diff line change
@@ -399,10 +399,8 @@ <h3 id="Names_and_Order_of_Includes">Names and Order of Includes</h3>
399
399
<p>Include headers in the following order: Related header, C system headers,
400
400
C++ standard library headers,
401
401
other libraries' headers, your project's
402
-
headers.\b
403
-
i
404
-
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered to be different</p>
405
-
402
+
headers.
403
+
The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered to be different</p>
0 commit comments