From: Lucas De Marchi Date: Wed, 14 Jan 2015 14:33:10 +0000 (-0200) Subject: CODING-STYLE: add include order X-Git-Tag: v20~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ca15057e32e4ac376df1d49da0ea0bd43892bd7;p=thirdparty%2Fkmod.git CODING-STYLE: add include order --- diff --git a/CODING-STYLE b/CODING-STYLE index 865252e4..cab2b360 100644 --- a/CODING-STYLE +++ b/CODING-STYLE @@ -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"