remove unrequired dependences
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Wed, 14 Sep 2005 15:36:56 +0000 (15:36 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Wed, 14 Sep 2005 15:36:56 +0000 (15:36 -0000)
archival/libunarchive/decompress_uncompress.c
archival/libunarchive/decompress_unzip.c

index 4a4bd2d..c8d8b4a 100644 (file)
@@ -1,4 +1,3 @@
-#include "config.h"
 #include "libbb.h"
 
 /* uncompress for busybox -- (c) 2002 Robert Griebl
index 0a199dd..9e32760 100644 (file)
@@ -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 {