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