common: board_f: Sort includes
authorMario Six <mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:39 +0000 (10:23 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 06:01:18 +0000 (00:01 -0600)
Includes should be sorted.

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

index 3871839a2db6c7ed299f850ee43346e3eeeaf350..afafec5e4d02657926f164f7a06abaf76914e851 100644 (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>