From 5ca15057e32e4ac376df1d49da0ea0bd43892bd7 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 14 Jan 2015 12:33:10 -0200 Subject: [PATCH] CODING-STYLE: add include order --- CODING-STYLE | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CODING-STYLE b/CODING-STYLE index 865252e..cab2b36 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" -- 2.39.2