summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-03-30 02:07:41 +0000
committerRoland McGrath <roland@gnu.org>2005-03-30 02:07:41 +0000
commit9640622776d1f9833590ec15e4f59eceee7dd379 (patch)
tree48c67da11f694f2077400ba281e97b695a6cf229 /elf
parent1718c60cfdb7858d25770cda2ac64a2c5a6febc7 (diff)
* elf/dl-load.c: Don't include dl-osinfo.h here.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-load.c1
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>