mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
remove unrequired dependences
This commit is contained in:
parent
570f655ee4
commit
0c520e03b9
@ -1,4 +1,3 @@
|
||||
#include "config.h"
|
||||
#include "libbb.h"
|
||||
|
||||
/* uncompress for busybox -- (c) 2002 Robert Griebl
|
||||
|
@ -74,8 +74,7 @@ static char *license_msg[] = {
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include "config.h"
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
#include "unarchive.h"
|
||||
|
||||
typedef struct huft_s {
|
||||
|
Loading…
Reference in New Issue
Block a user