module.h

Eric Pouech eric.pouech at wanadoo.fr
Thu Jan 2 09:06:44 CST 2003


this patch removes a few unnecessary #include:s of module.h

A+
-- 
Eric Pouech
-------------- next part --------------
Name:          module_h
ChangeLog:     removed unused #include of module.h
License:       X11
GenDate:       2003/01/02 14:52:39 UTC
ModifiedFiles: dlls/kernel/windebug.c dlls/winedos/int16.c dlls/winedos/int2f.c dlls/winedos/module.c dlls/winedos/xms.c memory/global.c tools/fnt2bdf.c
AddedFiles:    
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/kernel/windebug.c,v
retrieving revision 1.5
diff -u -u -r1.5 windebug.c
--- dlls/kernel/windebug.c	31 Aug 2002 18:47:00 -0000	1.5
+++ dlls/kernel/windebug.c	18 Dec 2002 21:08:23 -0000
@@ -21,7 +21,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include "windef.h"
-#include "module.h"
 #include "miscemu.h"
 #include "wine/debug.h"
 
Index: dlls/winedos/int16.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/winedos/int16.c,v
retrieving revision 1.9
diff -u -u -r1.9 int16.c
--- dlls/winedos/int16.c	6 Nov 2002 19:57:49 -0000	1.9
+++ dlls/winedos/int16.c	18 Dec 2002 21:24:19 -0000
@@ -27,7 +27,6 @@
 # include <unistd.h>
 #endif
 
-#include "module.h"
 #include "dosexe.h"
 #include "wincon.h"
 #include "wine/debug.h"
Index: dlls/winedos/int2f.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/winedos/int2f.c,v
retrieving revision 1.1
diff -u -u -r1.1 int2f.c
--- dlls/winedos/int2f.c	23 Nov 2002 02:23:55 -0000	1.1
+++ dlls/winedos/int2f.c	18 Dec 2002 21:24:49 -0000
@@ -26,7 +26,6 @@
 #include <string.h>
 #include "wine/winbase16.h"
 #include "miscemu.h"
-#include "module.h"
 /* #define DEBUG_INT */
 #include "wine/debug.h"
 #include "winioctl.h"
Index: dlls/winedos/module.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/winedos/module.c,v
retrieving revision 1.28
diff -u -u -r1.28 module.c
--- dlls/winedos/module.c	7 Dec 2002 23:46:41 -0000	1.28
+++ dlls/winedos/module.c	21 Dec 2002 16:00:03 -0000
@@ -42,7 +42,6 @@
 #include "wingdi.h"
 #include "winuser.h"
 #include "winerror.h"
-#include "module.h"
 #include "task.h"
 #include "file.h"
 #include "miscemu.h"
Index: dlls/winedos/xms.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/winedos/xms.c,v
retrieving revision 1.7
diff -u -u -r1.7 xms.c
--- dlls/winedos/xms.c	4 Nov 2002 22:35:36 -0000	1.7
+++ dlls/winedos/xms.c	18 Dec 2002 21:22:30 -0000
@@ -28,7 +28,6 @@
 #include <string.h>
 #include "winbase.h"
 #include "wine/winbase16.h"
-#include "module.h"
 #include "miscemu.h"
 #include "wine/debug.h"
 
Index: memory/global.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/memory/global.c,v
retrieving revision 1.73
diff -u -u -r1.73 global.c
--- memory/global.c	12 Dec 2002 23:34:01 -0000	1.73
+++ memory/global.c	18 Dec 2002 20:56:39 -0000
@@ -44,7 +44,6 @@
 #include "selectors.h"
 #include "miscemu.h"
 #include "stackframe.h"
-#include "module.h"
 #include "wine/debug.h"
 #include "winerror.h"
 #include "excpt.h"
Index: tools/fnt2bdf.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/tools/fnt2bdf.c,v
retrieving revision 1.14
diff -u -u -r1.14 fnt2bdf.c
--- tools/fnt2bdf.c	17 Aug 2002 18:28:43 -0000	1.14
+++ tools/fnt2bdf.c	15 Dec 2002 08:39:53 -0000
@@ -43,7 +43,6 @@
 #endif
 
 #include "fnt2bdf.h"
-#include "module.h"
 
 #define FILE_ERROR	0
 #define FILE_DLL	1


More information about the wine-patches mailing list