remove unrequired dependences
This commit is contained in:
parent
570f655ee4
commit
0c520e03b9
@ -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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user