Remove stdlib.h inclusion if winsock.h is included.

This commit is contained in:
Pierre d'Herbemont 2005-05-18 15:33:20 +00:00 committed by Alexandre Julliard
parent 30d5120a35
commit 342da59b0c
15 changed files with 0 additions and 15 deletions

View File

@ -20,7 +20,6 @@
#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>

View File

@ -21,7 +21,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <time.h>

View File

@ -21,7 +21,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <time.h>

View File

@ -20,7 +20,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <time.h>

View File

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <stdio.h>
#define INITGUID

View File

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <stdio.h>
#include "wine/test.h"

View File

@ -18,7 +18,6 @@
*/
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -18,7 +18,6 @@
*/
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <stdio.h>
#define NONAMELESSUNION

View File

@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <windows.h>

View File

@ -54,7 +54,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <assert.h>

View File

@ -21,7 +21,6 @@
*
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <windows.h>

View File

@ -23,7 +23,6 @@
#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -18,7 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <windows.h>

View File

@ -17,7 +17,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <ctype.h>