diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-10-18 19:45:36 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-10-18 19:45:36 +0530 |
commit | c7738d0822fd34e95ebf01ce8fa8ea397bc4843d (patch) | |
tree | 11db09ca073228a43ac4faeb649f6bd577c68909 /elf/tst-tls2.c | |
parent | 0bfcf2c73cf6a68be978e66248cec5c4c03f07fa (diff) | |
download | glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.tar glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.tar.gz glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.tar.bz2 glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.zip |
Don't include tls.h in test cases
Remove tls.h includes where they are not needed.
Diffstat (limited to 'elf/tst-tls2.c')
-rw-r--r-- | elf/tst-tls2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/tst-tls2.c b/elf/tst-tls2.c index 3d13272c08..d0b6d51402 100644 --- a/elf/tst-tls2.c +++ b/elf/tst-tls2.c @@ -1,8 +1,6 @@ /* glibc test for TLS in ld.so. */ #include <stdio.h> -#include <tls.h> - #include "tls-macros.h" |