svn commit: branches/busybox_scratch/include

aldot at busybox.net aldot at busybox.net
Sun Aug 20 10:44:36 UTC 2006


Author: aldot
Date: 2006-08-20 03:44:35 -0700 (Sun, 20 Aug 2006)
New Revision: 15832

Log:
- remove duplicate includes


Modified:
   branches/busybox_scratch/include/unarchive.h


Changeset:
Modified: branches/busybox_scratch/include/unarchive.h
===================================================================
--- branches/busybox_scratch/include/unarchive.h	2006-08-20 10:44:02 UTC (rev 15831)
+++ branches/busybox_scratch/include/unarchive.h	2006-08-20 10:44:35 UTC (rev 15832)
@@ -10,8 +10,6 @@
 #define ARCHIVE_NOPRESERVE_OWN          32
 #define ARCHIVE_NOPRESERVE_PERM         64
 
-#include <sys/types.h>
-#include <stdio.h>
 #include "libbb.h"
 
 typedef struct file_headers_s {




More information about the busybox-cvs mailing list