From 39059057a5c00a5102b2fdc8d750ffc4898311f2 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Mon, 8 Dec 2025 08:19:50 -0800 Subject: [PATCH] Remove header gate --- src/image.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/image.c b/src/image.c index 998c62027f..46b6af6d90 100644 --- a/src/image.c +++ b/src/image.c @@ -23,9 +23,6 @@ * @brief This file contains functions related to image handling and * verification. */ -#ifndef IMAGE_H_ -#define IMAGE_H_ - #ifdef UNIT_TEST #include #endif @@ -2228,5 +2225,3 @@ int keyslot_id_by_sha(const uint8_t *hint) return -1; } #endif /* !WOLFBOOT_NO_SIGN && !WOLFBOOT_RENESAS_SCEPROTECT */ - -#endif /* IMAGE_H_ */