splash: sort include files

Sort include files in accordance to U-Boot coding style.

Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
master
tomas.melin@vaisala.com 8 years ago committed by Anatolij Gustschin
parent a705ebc81b
commit 7583f1f577
  1. 13
      common/splash_source.c

@ -7,15 +7,16 @@
*/ */
#include <common.h> #include <common.h>
#include <nand.h> #include <bmp_layout.h>
#include <errno.h> #include <errno.h>
#include <splash.h> #include <fs.h>
#include <spi_flash.h> #include <image.h>
#include <nand.h>
#include <sata.h>
#include <spi.h> #include <spi.h>
#include <spi_flash.h>
#include <splash.h>
#include <usb.h> #include <usb.h>
#include <sata.h>
#include <bmp_layout.h>
#include <fs.h>
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;

Loading…
Cancel
Save