CODING-STYLE: add include order
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 14 Jan 2015 14:33:10 +0000 (12:33 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 14 Jan 2015 14:35:04 +0000 (12:35 -0200)
CODING-STYLE

index 865252e..cab2b36 100644 (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"