cmd_md5sum.c: remove dead code / fix warning
[platform/kernel/u-boot.git] / common / cmd_sha1sum.c
index 644b9a0..783ea2e 100644 (file)
@@ -11,7 +11,7 @@
 #include <common.h>
 #include <command.h>
 #include <hash.h>
-#include <sha1.h>
+#include <u-boot/sha1.h>
 
 int do_sha1sum(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {