Skip to content

Commit 0c7fa9d

Browse files
gojimmypidanielinux
authored andcommitted
Remove header gate
1 parent 985e2f7 commit 0c7fa9d

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
@@ -2231,5 +2228,3 @@ int keyslot_id_by_sha(const uint8_t *hint)
22312228
return -1;
22322229
}
22332230
#endif /* !WOLFBOOT_NO_SIGN && !WOLFBOOT_RENESAS_SCEPROTECT */
2234-
2235-
#endif /* IMAGE_H_ */

0 commit comments

Comments
 (0)