wine/ debugger/debugger.h debugger/info.c debu ...

Alexandre Julliard julliard at winehq.com
Sun Jul 22 19:04:02 CDT 2001


ChangeSet ID:	995846642787084358744323
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/22 20:04:02

Modified files:
	debugger       : debugger.h info.c memory.c module.c msc.c 
	                 winedbg.c 
	dlls/ddraw     : helper.c 
	dlls/ddraw/ddraw: hal.c main.c 
	dlls/ddraw/direct3d: main.c mesa.c 
	dlls/gdi       : printdrv.c 
	dlls/setupapi  : virtcopy.c 
	dlls/ttydrv    : ttydrv_main.c 
	dlls/winaspi   : winaspi32.c 
	dlls/wineps    : bitmap.c 
	dlls/x11drv    : x11drv_main.c 
	graphics/win16drv: prtdrv.c 
	graphics/x11drv: bitblt.c graphics.c oembitmap.c palette.c 
	include        : metafile.h module.h options.h 
	loader         : loadorder.c main.c module.c 
	loader/ne      : module.c 
	misc           : options.c 
	objects        : font.c metafile.c 
	windows        : class.c user.c 
	windows/x11drv : event.c keyboard.c 
Removed files:
	include        : loadorder.h 

Log message:
	Removed some unnecessary includes.

Patch: http://cvs.winehq.com/patch.py?id=995846642787084358744323

Revision  Changes    Path
 1.23     +7 -2      wine/debugger/debugger.h
 1.19     +0 -1      wine/debugger/info.c
 1.24     +0 -1      wine/debugger/memory.c
 1.13     +0 -1      wine/debugger/module.c
 1.41     +2 -1      wine/debugger/msc.c
 1.36     +0 -1      wine/debugger/winedbg.c
 1.12     +0 -1      wine/dlls/ddraw/helper.c
 1.2      +0 -2      wine/dlls/ddraw/ddraw/hal.c
 1.19     +0 -1      wine/dlls/ddraw/ddraw/main.c
 1.5      +0 -1      wine/dlls/ddraw/direct3d/main.c
 1.9      +0 -1      wine/dlls/ddraw/direct3d/mesa.c
 1.14     +0 -1      wine/dlls/gdi/printdrv.c
 1.6      +0 -1      wine/dlls/setupapi/virtcopy.c
 1.14     +0 -1      wine/dlls/ttydrv/ttydrv_main.c
 1.18     +0 -1      wine/dlls/winaspi/winaspi32.c
 1.4      +0 -1      wine/dlls/wineps/bitmap.c
 1.41     +5 -0      wine/dlls/x11drv/x11drv_main.c
 1.20     +0 -2      wine/graphics/win16drv/prtdrv.c
 1.34     +4 -10     wine/graphics/x11drv/bitblt.c
 1.41     +0 -2      wine/graphics/x11drv/graphics.c
 1.27     +0 -1      wine/graphics/x11drv/oembitmap.c
 1.25     +4 -8      wine/graphics/x11drv/palette.c
 1.7      +0 -11     wine/include/metafile.h
 1.58     +14 -0     wine/include/module.h
 1.34     +0 -5      wine/include/options.h
 1.44     +0 -1      wine/loader/loadorder.c
 1.81     +1 -1      wine/loader/main.c
 1.135    +0 -1      wine/loader/module.c
 1.107    +0 -1      wine/loader/ne/module.c
 1.28     +1 -1      wine/misc/options.c
 1.48     +0 -1      wine/objects/font.c
 1.39     +12 -1     wine/objects/metafile.c
 1.35     +3 -1      wine/windows/class.c
 1.77     +0 -1      wine/windows/user.c
 1.105    +0 -2      wine/windows/x11drv/event.c
 1.93     +0 -1      wine/windows/x11drv/keyboard.c





More information about the wine-cvs mailing list