Commit 138181a550651efc28f25ddef9cc293792259c45

Authored by Mario Six
Committed by Simon Glass
1 parent 2c21749d71

common: board_f: Sort includes

Includes should be sorted.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -11,8 +11,8 @@
11 11  
12 12 #include <common.h>
13 13 #include <console.h>
14   -#include <environment.h>
15 14 #include <dm.h>
  15 +#include <environment.h>
16 16 #include <fdtdec.h>
17 17 #include <fs.h>
18 18 #include <i2c.h>