SHELL32: remove some unused include files

Mike McCormack mike at codeweavers.com
Fri May 13 05:50:18 CDT 2005


These are a hangover from when we tried to fork'n'exec wineshelllink 
directly from the shelllink code.

Mike


ChangeLog:
* remove some unused include files
-------------- next part --------------
Index: dlls/shell32/shelllink.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shelllink.c,v
retrieving revision 1.91
diff -u -p -r1.91 shelllink.c
--- dlls/shell32/shelllink.c	22 Apr 2005 19:06:12 -0000	1.91
+++ dlls/shell32/shelllink.c	13 May 2005 10:49:03 -0000
@@ -32,22 +32,6 @@
  *   in that string is parsed an stored.
  */
 
-#include "config.h"
-#include "wine/port.h"
-
-#include <ctype.h>
-#include <string.h>
-#include <stdarg.h>
-#include <stdio.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-#include <errno.h>
-#include <limits.h>
-#ifdef HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
-
 #define COBJMACROS
 
 #include "wine/debug.h"


More information about the wine-patches mailing list