diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:42:12 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:42:12 +0000 |
commit | 4ab25db9aad167a3a3be5a3764d63d44d14bfdac (patch) | |
tree | 5966d651dcb5588e24106791f9cd3647f358112b /modutils | |
parent | 3ea433409694393b67dd9dee3b184268ab75ac56 (diff) | |
download | busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.gz busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.bz2 busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.zip |
delete tons of extra #includes
git-svn-id: svn://busybox.net/trunk/busybox@18717 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/insmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index f8be9ce6b..c84e2b96c 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -496,7 +496,6 @@ int delete_module(const char *); | |||
496 | 496 | ||
497 | /* The relocatable object is manipulated using elfin types. */ | 497 | /* The relocatable object is manipulated using elfin types. */ |
498 | 498 | ||
499 | #include <stdio.h> | ||
500 | #include <elf.h> | 499 | #include <elf.h> |
501 | #include <endian.h> | 500 | #include <endian.h> |
502 | 501 | ||