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>
This commit is contained in:
Mario Six 2018-08-06 10:23:39 +02:00 committed by Simon Glass
parent 2c21749d71
commit 138181a550

View file

@ -11,8 +11,8 @@
#include <common.h>
#include <console.h>
#include <environment.h>
#include <dm.h>
#include <environment.h>
#include <fdtdec.h>
#include <fs.h>
#include <i2c.h>