mirror of
https://github.com/sheumann/hush.git
synced 2025-08-07 11:26:53 +00:00
remove unrequired dependences
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user