diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-30 02:07:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-30 02:07:41 +0000 |
commit | 9640622776d1f9833590ec15e4f59eceee7dd379 (patch) | |
tree | 48c67da11f694f2077400ba281e97b695a6cf229 /elf/dl-load.c | |
parent | 1718c60cfdb7858d25770cda2ac64a2c5a6febc7 (diff) | |
download | glibc-9640622776d1f9833590ec15e4f59eceee7dd379.tar.gz glibc-9640622776d1f9833590ec15e4f59eceee7dd379.tar.xz glibc-9640622776d1f9833590ec15e4f59eceee7dd379.zip |
* elf/dl-load.c: Don't include dl-osinfo.h here.
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r-- | elf/dl-load.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index d9c2da2ac7..2ca108ef69 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -33,7 +33,6 @@ #include <sys/types.h> #include "dynamic-link.h" #include <abi-tag.h> -#include <dl-osinfo.h> #include <stackinfo.h> #include <caller.h> #include <sysdep.h> |