Remove unnecessary include from x86-32 tls.h

This commit is contained in:
Ulrich Drepper 2011-10-23 16:31:09 -04:00
parent 2fa2ae85ca
commit 10d005f77f
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,10 @@
2011-10-23 Ulrich Drepper <drepper@gmail.com>
* sysdeps/i386/tls.h: Remove #include <list.h>.
2011-10-15 Ulrich Drepper <drepper@gmail.com>
* pthread_create.c (start_thread): Ca;; __ctype_init.
* pthread_create.c (start_thread): Call __ctype_init.
2011-09-15 Andreas Schwab <schwab@redhat.com>

View file

@ -26,7 +26,6 @@
# include <stddef.h>
# include <stdint.h>
# include <stdlib.h>
//# include <list.h>
# include <sysdep.h>
# include <kernel-features.h>