From c2269908364cd60f78ba5aa747f9082a168e459b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 29 Aug 2022 09:10:25 +0200 Subject: score: Do not expose to The header file should not unnecessarily include standard C header files. The and header includes were removed in 2017. Update #4662. --- cpukit/include/rtems/score/interr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h index 0616220040..ae4966d6d8 100644 --- a/cpukit/include/rtems/score/interr.h +++ b/cpukit/include/rtems/score/interr.h @@ -38,8 +38,6 @@ #ifndef _RTEMS_SCORE_INTERR_H #define _RTEMS_SCORE_INTERR_H -#include - #include /** @@ -177,7 +175,7 @@ typedef enum { * This enum value ensures that the enum type needs at least 32-bits for * architectures with short enums. */ - RTEMS_FATAL_SOURCE_LAST = INT_MAX + RTEMS_FATAL_SOURCE_LAST = 0x7fffffff } Internal_errors_Source; /** -- cgit v1.2.3