diff options
Diffstat (limited to 'pthreads/rwlock.c')
-rw-r--r-- | pthreads/rwlock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pthreads/rwlock.c b/pthreads/rwlock.c index 4a3cd2594..17d9452e1 100644 --- a/pthreads/rwlock.c +++ b/pthreads/rwlock.c @@ -34,8 +34,6 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#include "ptw32_rwlock_check_need_init.c" -#include "ptw32_rwlock_cancelwrwait.c" #include "pthread_rwlock_init.c" #include "pthread_rwlock_destroy.c" #include "pthread_rwlockattr_init.c" |