Skip to content
Snippets Groups Projects
Commit 7583f1f5 authored by tomas.melin@vaisala.com's avatar tomas.melin@vaisala.com Committed by Anatolij Gustschin
Browse files

splash: sort include files


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

Signed-off-by: default avatarTomas Melin <tomas.melin@vaisala.com>
parent a705ebc8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment