remove unrequired dependences

This commit is contained in:
"Vladimir N. Oleynik" 2005-09-14 15:36:56 +00:00
parent 570f655ee4
commit 0c520e03b9
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#include "config.h"
#include "libbb.h" #include "libbb.h"
/* uncompress for busybox -- (c) 2002 Robert Griebl /* uncompress for busybox -- (c) 2002 Robert Griebl

View File

@ -74,8 +74,7 @@ static char *license_msg[] = {
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include "config.h" #include "libbb.h"
#include "busybox.h"
#include "unarchive.h" #include "unarchive.h"
typedef struct huft_s { typedef struct huft_s {