Skip to content

Commit 3905905

Browse files
committed
Remove header gate
1 parent 97230f5 commit 3905905

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/image.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
* @brief This file contains functions related to image handling and
2424
* verification.
2525
*/
26-
#ifndef IMAGE_H_
27-
#define IMAGE_H_
28-
2926
#ifdef UNIT_TEST
3027
#include <stdio.h>
3128
#endif
@@ -2228,5 +2225,3 @@ int keyslot_id_by_sha(const uint8_t *hint)
22282225
return -1;
22292226
}
22302227
#endif /* !WOLFBOOT_NO_SIGN && !WOLFBOOT_RENESAS_SCEPROTECT */
2231-
2232-
#endif /* IMAGE_H_ */

0 commit comments

Comments
 (0)