We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985e2f7 commit 0c7fa9dCopy full SHA for 0c7fa9d
1 file changed
src/image.c
@@ -23,9 +23,6 @@
23
* @brief This file contains functions related to image handling and
24
* verification.
25
*/
26
-#ifndef IMAGE_H_
27
-#define IMAGE_H_
28
-
29
#ifdef UNIT_TEST
30
#include <stdio.h>
31
#endif
@@ -2231,5 +2228,3 @@ int keyslot_id_by_sha(const uint8_t *hint)
2231
2228
return -1;
2232
2229
}
2233
2230
#endif /* !WOLFBOOT_NO_SIGN && !WOLFBOOT_RENESAS_SCEPROTECT */
2234
2235
-#endif /* IMAGE_H_ */
0 commit comments