diff --git a/cppguide.html b/cppguide.html index 7c87799ed..273d5d767 100644 --- a/cppguide.html +++ b/cppguide.html @@ -399,8 +399,8 @@
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 differentAll of a project's header files should be listed as descendants of the project's source @@ -6020,4 +6020,4 @@