Avoid including time.h before winsock.h in tests.

This commit is contained in:
Alexandre Julliard 2008-12-04 12:28:17 +01:00
parent 31a641aa59
commit a840b6a7f8
6 changed files with 0 additions and 6 deletions

View File

@ -21,7 +21,6 @@
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <time.h>
#include <windef.h>
#include <winbase.h>

View File

@ -24,7 +24,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#define COBJMACROS

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#define COBJMACROS

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#define COBJMACROS
#include "wine/test.h"

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#include "windef.h"
#include "winbase.h"

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#include "windef.h"
#include "winbase.h"