mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-09-24 03:03:47 +08:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user