diff options
Diffstat (limited to 'lib/crypt/alg-sha256.h')
-rw-r--r-- | lib/crypt/alg-sha256.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/crypt/alg-sha256.h b/lib/crypt/alg-sha256.h index e4b29c9f31..62e7b9d5c0 100644 --- a/lib/crypt/alg-sha256.h +++ b/lib/crypt/alg-sha256.h @@ -1,12 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* Copyright (C) 2020 Steffen Jaeckel <jaeckel-floss@eyet-services.de> */ -#ifndef USE_HOSTCC -#include "common.h" -#else -#include <string.h> -#endif - #include "u-boot/sha256.h" #define INCLUDE_sha256crypt 1 |