From 5d39c1ed76f87fd2f52d30e663989d2ced76f253 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 12 Mar 2011 20:53:43 +0100 Subject: do not include libc-internal.h it is already included by features.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/pthread_clock_gettime.c | 1 - libpthread/nptl/pthread_clock_settime.c | 1 - libpthread/nptl/pthread_create.c | 1 - 3 files changed, 3 deletions(-) (limited to 'libpthread/nptl') diff --git a/libpthread/nptl/pthread_clock_gettime.c b/libpthread/nptl/pthread_clock_gettime.c index a71174c9c..50a7d6942 100644 --- a/libpthread/nptl/pthread_clock_gettime.c +++ b/libpthread/nptl/pthread_clock_gettime.c @@ -19,7 +19,6 @@ #include #include #include -#include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_clock_settime.c b/libpthread/nptl/pthread_clock_settime.c index 61002a8f7..aa4f4042b 100644 --- a/libpthread/nptl/pthread_clock_settime.c +++ b/libpthread/nptl/pthread_clock_settime.c @@ -19,7 +19,6 @@ #include #include #include -#include #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c index 1b2c6825f..b3bf47530 100644 --- a/libpthread/nptl/pthread_create.c +++ b/libpthread/nptl/pthread_create.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3