travis: Split bcm SoCs into their own build job
[oweals/u-boot.git] / cmd / bmp.c
index 00f0256a30e257b7a50028642c9051e85b79de19..d2a39f677fda9fa567da98ef1ca67467ef0bdd40 100644 (file)
--- a/cmd/bmp.c
+++ b/cmd/bmp.c
@@ -9,16 +9,16 @@
  */
 
 #include <common.h>
-#include <dm.h>
-#include <lcd.h>
-#include <mapmem.h>
 #include <bmp_layout.h>
 #include <command.h>
-#include <asm/byteorder.h>
+#include <dm.h>
+#include <gzip.h>
+#include <lcd.h>
 #include <malloc.h>
 #include <mapmem.h>
 #include <splash.h>
 #include <video.h>
+#include <asm/byteorder.h>
 
 static int bmp_info (ulong addr);