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
+1 -3
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(
+1 -3
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>
/*
+1 -3
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(
+1 -3
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(
+1 -3
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(
-5
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,