summaryrefslogtreecommitdiff
path: root/cmd/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/flash.c')
-rw-r--r--cmd/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/flash.c b/cmd/flash.c
index f4f85ecc7a8..fd660ec477c 100644
--- a/cmd/flash.c
+++ b/cmd/flash.c
@@ -7,10 +7,10 @@
/*
* FLASH support
*/
-#include <common.h>
#include <command.h>
#include <log.h>
-#include <uuid.h>
+#include <vsprintf.h>
+#include <u-boot/uuid.h>
#if defined(CONFIG_CMD_MTDPARTS)
#include <jffs2/jffs2.h>