aboutsummaryrefslogtreecommitdiff
path: root/cmd/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bmp.c')
-rw-r--r--cmd/bmp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/bmp.c b/cmd/bmp.c
index 00f0256..d2a39f6 100644
--- 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);