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 <haithem.rahmani@st.com>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
This commit is contained in:
Arnaud Pouliquen
2020-12-10 16:49:59 +01:00
parent 07c523bdd2
commit bbf692005c
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -16,7 +16,6 @@
#ifndef __METAL_GENERIC_CONDITION__H__
#define __METAL_GENERIC_CONDITION__H__
#include <unistd.h>
#include <metal/atomic.h>
#include <stdint.h>
#include <limits.h>
-2
View File
@@ -17,8 +17,6 @@
#define __METAL_GENERIC_SYS__H__
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>