mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Remove unnecessary includes.
This commit is contained in:
@@ -15,12 +15,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/psignal.h>
|
||||
#include <rtems/posix/sigset.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int sigaddset(
|
||||
|
||||
@@ -15,12 +15,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/psignal.h>
|
||||
#include <rtems/posix/sigset.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -15,12 +15,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/psignal.h>
|
||||
#include <rtems/posix/sigset.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int sigemptyset(
|
||||
|
||||
@@ -15,12 +15,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/psignal.h>
|
||||
#include <rtems/posix/sigset.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int sigfillset(
|
||||
|
||||
@@ -15,12 +15,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/psignal.h>
|
||||
#include <rtems/posix/sigset.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int sigismember(
|
||||
|
||||
@@ -19,11 +19,6 @@
|
||||
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/psignal.h>
|
||||
|
||||
int sigprocmask(
|
||||
int how,
|
||||
|
||||
Reference in New Issue
Block a user