diff --git a/cppguide.html b/cppguide.html index 7c87799ed..273d5d767 100644 --- a/cppguide.html +++ b/cppguide.html @@ -399,8 +399,8 @@

Names and Order of Includes

Include headers in the following order: Related header, C system headers, C++ standard library headers, other libraries' headers, your project's -headers.

- +headers. +The includes should be ordered alphabetically. This ordering should be case-sensitive, meaningthat uppercase and lowercase letters are considered to be different

All of a project's header files should be listed as descendants of the project's source @@ -6020,4 +6020,4 @@

Windows Code

- \ No newline at end of file +