Module: wine Branch: master Commit: 99504c0e47d1788986acd7e3e5c0af7fa4eb2ad4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=99504c0e47d1788986acd7e3e5... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Sat May 12 13:59:58 2007 +0100 msvcrt20: Exclude unused header. --- dlls/msvcrt20/msvcrt20.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/msvcrt20/msvcrt20.c b/dlls/msvcrt20/msvcrt20.c index 8f8b448..e8d2b3c 100644 --- a/dlls/msvcrt20/msvcrt20.c +++ b/dlls/msvcrt20/msvcrt20.c @@ -21,7 +21,6 @@ #include <stdarg.h> #include "windef.h" -#include "winbase.h" extern void CDECL __getmainargs(int *argc, char** *argv, char** *envp, int expand_wildcards, int *new_mode);