]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
splash: sort include files
authortomas.melin@vaisala.com <tomas.melin@vaisala.com>
Fri, 13 Jan 2017 11:20:13 +0000 (13:20 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 13 Jan 2017 16:39:15 +0000 (17:39 +0100)
Sort include files in accordance to U-Boot coding style.

Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
common/splash_source.c

index 230b2db4d5b654f01568b3b01ac18f8317328153..5f6e9617749a70f8044c4dc102a33684f42836be 100644 (file)
@@ -7,15 +7,16 @@
  */
 
 #include <common.h>
-#include <nand.h>
+#include <bmp_layout.h>
 #include <errno.h>
-#include <splash.h>
-#include <spi_flash.h>
+#include <fs.h>
+#include <image.h>
+#include <nand.h>
+#include <sata.h>
 #include <spi.h>
+#include <spi_flash.h>
+#include <splash.h>
 #include <usb.h>
-#include <sata.h>
-#include <bmp_layout.h>
-#include <fs.h>
 
 DECLARE_GLOBAL_DATA_PTR;