Re: [PATCH v2] score: Do not expose to

2022-08-29 Thread Chris Johns
Looks good and thanks Is this in the coding standard? Chris On 29/8/2022 6:25 pm, Sebastian Huber wrote: > 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

[PATCH v2] score: Do not expose to

2022-08-29 Thread Sebastian Huber
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(-) diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/in