revert the ctype.h changes to wine dlls

svn path=/trunk/; revision=16805
This commit is contained in:
Steven Edwards 2005-07-27 17:06:06 +00:00
parent 298b0372cd
commit 0acd7d503b
9 changed files with 0 additions and 9 deletions

View file

@ -22,7 +22,6 @@
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <assert.h>

View file

@ -21,7 +21,6 @@
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "dbghelp_private.h"

View file

@ -39,7 +39,6 @@
#endif
#include <limits.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>

View file

@ -29,7 +29,6 @@
#include "winnt.h"
#include "variant.h"
#include "resource.h"
#include <ctype.h>
WINE_DEFAULT_DEBUG_CHANNEL(variant);

View file

@ -26,7 +26,6 @@
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <ctype.h>
#define COBJMACROS
#define NONAMELESSUNION

View file

@ -25,7 +25,6 @@
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "wine/unicode.h"
#include "windef.h"

View file

@ -21,7 +21,6 @@
#include "config.h"
#include <stdarg.h>
#include <ctype.h>
#include "windef.h"
#include "winbase.h"

View file

@ -21,7 +21,6 @@
#include "config.h"
#include <stdarg.h>
#include <ctype.h>
#include "windef.h"
#include "winbase.h"

View file

@ -34,7 +34,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>