Winefile: remove includes

Martin Fuchs martin-fuchs at gmx.net
Mon Jun 20 11:56:33 CDT 2005


Changelog:
remove superfluous include statements


Index: license.c
===================================================================
RCS file: /home/wine/wine/programs/winefile/license.c,v
retrieving revision 1.2
diff -u -p -d -r1.2 license.c
--- license.c	13 Jun 2005 11:39:52 -0000	1.2
+++ license.c	20 Jun 2005 16:31:01 -0000
@@ -16,7 +16,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include "windows.h"
 #include "winefile.h"
 
 #ifdef __WINE__
Index: splitpath.c
===================================================================
RCS file: /home/wine/wine/programs/winefile/splitpath.c,v
retrieving revision 1.4
diff -u -p -d -r1.4 splitpath.c
--- splitpath.c	13 Jun 2005 11:39:52 -0000	1.4
+++ splitpath.c	17 Jun 2005 20:24:56 -0000
@@ -16,10 +16,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#define WIN32_LEAN_AND_MEAN
-#define WIN32_EXTRA_LEAN
-
-#include <windows.h>
 #include "winefile.h"
 
 





More information about the wine-patches mailing list