dlls/user/{nonclient.c,win.c}: remove unneeded #include "cursoricon.h"

Stefan Huehner stefan at huehner.org
Tue Jun 14 13:36:35 CDT 2005


Hi,

this patch removes the "cursoricon.h" include from nonclient.c and win.c
as those two files compile cleanly without it.

ChangeLog:
- remove include "cursoricon.h" from nonclient.c and win.c

Regards,
Stefan

-------------- next part --------------
Index: nonclient.c
===================================================================
RCS file: /home/wine/wine/dlls/user/nonclient.c,v
retrieving revision 1.3
diff -u -p -r1.3 nonclient.c
--- nonclient.c	27 May 2005 19:26:34 -0000	1.3
+++ nonclient.c	14 Jun 2005 18:24:58 -0000
@@ -30,7 +30,6 @@
 #include "win.h"
 #include "user_private.h"
 #include "controls.h"
-#include "cursoricon.h"
 #include "winpos.h"
 #include "shellapi.h"
 #include "wine/debug.h"
Index: win.c
===================================================================
RCS file: /home/wine/wine/dlls/user/win.c,v
retrieving revision 1.6
diff -u -p -r1.6 win.c
--- win.c	7 Jun 2005 20:11:17 -0000	1.6
+++ win.c	14 Jun 2005 18:24:58 -0000
@@ -35,7 +35,6 @@
 #include "win.h"
 #include "user_private.h"
 #include "controls.h"
-#include "cursoricon.h"
 #include "winpos.h"
 #include "winerror.h"
 #include "wine/debug.h"


More information about the wine-patches mailing list