From 54f19b4fa7069aa715a4e7f6a4bcbf78ba7e849b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 7 Nov 2024 19:32:41 +0100 Subject: Common.h: Made a specific header guard for that file. Signed-off-by: Amlal El Mahrouss --- apps/Common.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps/Common.h') diff --git a/apps/Common.h b/apps/Common.h index ccc97e3c..be645abb 100644 --- a/apps/Common.h +++ b/apps/Common.h @@ -1,9 +1,10 @@ /** Sat Oct 26 07:03:28 AM CEST 2024 - (c) Amlal EL Mahrouss. + (c) EL Mahrouss Logic. */ -#pragma once +#ifndef APPS_COMMON_H +#define APPS_COMMON_H #include #include @@ -12,3 +13,5 @@ #include #include #include + +#endif // APPS_COMMON_H \ No newline at end of file -- cgit v1.2.3