From bbf692005c90ec3668325d78cdf1e0f857191d0e Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Wed, 18 Nov 2020 16:40:04 +0100 Subject: [PATCH] generic: fix compilation error when compiling using IAR Includes are not found by the IAR. As they seems unused, just suppress them. Signed-off-by: Haithem Rahmani Signed-off-by: Arnaud Pouliquen --- lib/system/generic/condition.h | 1 - lib/system/generic/sys.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/lib/system/generic/condition.h b/lib/system/generic/condition.h index 70cc19f..ef4b01d 100644 --- a/lib/system/generic/condition.h +++ b/lib/system/generic/condition.h @@ -16,7 +16,6 @@ #ifndef __METAL_GENERIC_CONDITION__H__ #define __METAL_GENERIC_CONDITION__H__ -#include #include #include #include diff --git a/lib/system/generic/sys.h b/lib/system/generic/sys.h index 0b796d0..3ac329b 100644 --- a/lib/system/generic/sys.h +++ b/lib/system/generic/sys.h @@ -17,8 +17,6 @@ #define __METAL_GENERIC_SYS__H__ #include -#include -#include #include #include #include