CODING-STYLE: add include order

This commit is contained in:
Lucas De Marchi 2015-01-14 12:33:10 -02:00
parent ace71985fc
commit 5ca15057e3
1 changed files with 7 additions and 0 deletions

View File

@ -60,3 +60,10 @@ int i = 1; // wrong
for (i = 0; i < 3; i++) {
}
4) Let the includes in the following order, separated by a new line:
< system headers >
< shared/* >
< libkmod >
< tool >
"local headers"