mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
splash: sort include files
Sort include files in accordance to U-Boot coding style. Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
This commit is contained in:

committed by
Anatolij Gustschin

parent
a705ebc81b
commit
7583f1f577
@ -7,15 +7,16 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <nand.h>
|
||||
#include <errno.h>
|
||||
#include <splash.h>
|
||||
#include <spi_flash.h>
|
||||
#include <spi.h>
|
||||
#include <usb.h>
|
||||
#include <sata.h>
|
||||
#include <bmp_layout.h>
|
||||
#include <errno.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>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
Reference in New Issue
Block a user