cabinet: Exclude unused headers

Andrew Talbot Andrew.Talbot at talbotville.com
Tue Apr 24 15:58:01 CDT 2007


Changelog:
    cabinet: Exclude unused headers.

diff -urN a/dlls/cabinet/cabinet_main.c b/dlls/cabinet/cabinet_main.c
--- a/dlls/cabinet/cabinet_main.c	2007-03-15 13:21:04.000000000 +0000
+++ b/dlls/cabinet/cabinet_main.c	2007-04-24 21:45:45.000000000 +0100
@@ -18,9 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
-#include <assert.h>
 #include <stdarg.h>
 #include <string.h>
 
diff -urN a/dlls/cabinet/fci.c b/dlls/cabinet/fci.c
--- a/dlls/cabinet/fci.c	2007-03-15 13:21:04.000000000 +0000
+++ b/dlls/cabinet/fci.c	2007-04-24 21:46:11.000000000 +0100
@@ -31,10 +31,6 @@
 
 */
 
-
-
-#include "config.h"
-
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
diff -urN a/dlls/cabinet/fdi.c b/dlls/cabinet/fdi.c
--- a/dlls/cabinet/fdi.c	2007-03-16 12:21:46.000000000 +0000
+++ b/dlls/cabinet/fdi.c	2007-04-24 21:46:55.000000000 +0100
@@ -58,8 +58,6 @@
  *   -gmt
  */
 
-#include "config.h"
-
 #include <stdarg.h>
 #include <stdio.h>
 



More information about the wine-patches mailing list