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-tls10.h | |
parent | 0bfcf2c73cf6a68be978e66248cec5c4c03f07fa (diff) | |
download | glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.tar.gz glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.tar.xz 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-tls10.h')
-rw-r--r-- | elf/tst-tls10.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/tst-tls10.h b/elf/tst-tls10.h index 2b5709af72..7c8c6a6391 100644 --- a/elf/tst-tls10.h +++ b/elf/tst-tls10.h @@ -1,4 +1,3 @@ -#include <tls.h> #include <stdlib.h> struct A |