From d495a881f3c277abd4a49fe9b3d5d2788ee4c92b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 19 Sep 2023 21:19:40 +0100 Subject: Use "pragma once" --- include/ubox_assets.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/ubox_assets.h') diff --git a/include/ubox_assets.h b/include/ubox_assets.h index e6f4292..c0434ea 100644 --- a/include/ubox_assets.h +++ b/include/ubox_assets.h @@ -1,5 +1,4 @@ -#ifndef _UBOX_ASSETS_H -#define _UBOX_ASSETS_H +#pragma once /* Simple asset manager supporting pak file (a ZIP file). * @@ -13,5 +12,3 @@ uint8_t ubox_assets_init(const char *dirname); uint8_t ubox_assets_read(const char *name, uint8_t **data, size_t *data_size); void ubox_assets_free(); - -#endif /* _UBOX_ASSETS_H */ -- cgit v1.2.3