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_debug.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/ubox_debug.h') diff --git a/include/ubox_debug.h b/include/ubox_debug.h index c1dabe9..fa2e25a 100644 --- a/include/ubox_debug.h +++ b/include/ubox_debug.h @@ -1,5 +1,4 @@ -#ifndef _UBOX_DEBUG_H -#define _UBOX_DEBUG_H +#pragma once #ifdef DEBUG #define UBOX_DEBUG_LOG(...) \ @@ -8,5 +7,3 @@ #else #define UBOX_DEBUG_LOG(...) /* release */ #endif - -#endif /* _UBOX_DEBUG_H */ -- cgit v1.2.3