diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-14 15:36:56 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-14 15:36:56 +0000 |
commit | 7e817b07927c74c455618ddb3f94eaa0dd092645 (patch) | |
tree | d8f2646f46a4d590da7676160467023020bf8cdb | |
parent | c3e93cd32f801a9f8b340e0c0247e1699c7e13b3 (diff) | |
download | busybox-w32-7e817b07927c74c455618ddb3f94eaa0dd092645.tar.gz busybox-w32-7e817b07927c74c455618ddb3f94eaa0dd092645.tar.bz2 busybox-w32-7e817b07927c74c455618ddb3f94eaa0dd092645.zip |
remove unrequired dependences
git-svn-id: svn://busybox.net/trunk/busybox@11460 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | archival/libunarchive/decompress_uncompress.c | 1 | ||||
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index 4a4bd2dc7..c8d8b4af9 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c | |||
@@ -1,4 +1,3 @@ | |||
1 | #include "config.h" | ||
2 | #include "libbb.h" | 1 | #include "libbb.h" |
3 | 2 | ||
4 | /* uncompress for busybox -- (c) 2002 Robert Griebl | 3 | /* uncompress for busybox -- (c) 2002 Robert Griebl |
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index 0a199dd9f..9e327606e 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c | |||
@@ -74,8 +74,7 @@ static char *license_msg[] = { | |||
74 | #include <string.h> | 74 | #include <string.h> |
75 | #include <unistd.h> | 75 | #include <unistd.h> |
76 | #include <fcntl.h> | 76 | #include <fcntl.h> |
77 | #include "config.h" | 77 | #include "libbb.h" |
78 | #include "busybox.h" | ||
79 | #include "unarchive.h" | 78 | #include "unarchive.h" |
80 | 79 | ||
81 | typedef struct huft_s { | 80 | typedef struct huft_s { |