summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-hash.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-23 16:04:40 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-23 16:04:40 +0000
commita5e190ebf33284ffe4684be1cb8a1019163d7bc8 (patch)
tree6771b4ba50e6d34877068e4c7abfe80d52fea4d0 /ldso/ldso/dl-hash.c
parent85c0183cb45fbaee7fa0a8d8c9cb0a0a2a642d00 (diff)
Fixup build a bit. Be sneaky and include everything into
a single .c file, making stuff be even smaller.
Diffstat (limited to 'ldso/ldso/dl-hash.c')
-rw-r--r--ldso/ldso/dl-hash.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ldso/ldso/dl-hash.c b/ldso/ldso/dl-hash.c
index 40d29bb44..15dfc3ab6 100644
--- a/ldso/ldso/dl-hash.c
+++ b/ldso/ldso/dl-hash.c
@@ -20,12 +20,6 @@
/* Various symbol table handling functions, including symbol lookup */
-#include "dlfcn.h"
-#include "linuxelf.h"
-#include "ld_hash.h"
-#include "ld_syscall.h"
-#include "ld_string.h"
-
/*
* This is the start of the linked list that describes all of the files present
* in the system with pointers to all of the symbol, string, and hash tables,