Remove unnecessary includes.

This commit is contained in:
Ralf Corsepius
2009-12-04 15:47:57 +00:00
parent 7ad405ccb3
commit 9a94e08184
6 changed files with 5 additions and 20 deletions

View File

@@ -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(

View File

@@ -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>
/*

View File

@@ -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(

View File

@@ -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(

View File

@@ -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(

View File

@@ -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,