Commit a840b6a7 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 31a641aa
......@@ -21,7 +21,6 @@
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <time.h>
#include <windef.h>
#include <winbase.h>
......
......@@ -24,7 +24,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#define COBJMACROS
......
......@@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#define COBJMACROS
......
......@@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#define COBJMACROS
#include "wine/test.h"
......
......@@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#include "windef.h"
#include "winbase.h"
......
......@@ -23,7 +23,6 @@
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <time.h>
#include "windef.h"
#include "winbase.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment