Alexandre Julliard : Avoid including time.h before winsock.h in tests.

Alexandre Julliard julliard at winehq.org
Thu Dec 4 09:02:28 CST 2008


Module: wine
Branch: master
Commit: a840b6a7f8cfd19d85c950cec8dee11f42603ab5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a840b6a7f8cfd19d85c950cec8dee11f42603ab5

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Dec  4 12:28:17 2008 +0100

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

---

 dlls/kernel32/tests/pipe.c       |    1 -
 dlls/oleaut32/tests/olefont.c    |    1 -
 dlls/oleaut32/tests/olepicture.c |    1 -
 dlls/oleaut32/tests/safearray.c  |    1 -
 dlls/oleaut32/tests/varformat.c  |    1 -
 dlls/oleaut32/tests/vartest.c    |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/kernel32/tests/pipe.c b/dlls/kernel32/tests/pipe.c
index a68a813..a4b6853 100644
--- a/dlls/kernel32/tests/pipe.c
+++ b/dlls/kernel32/tests/pipe.c
@@ -21,7 +21,6 @@
 #include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
-#include <time.h>
 
 #include <windef.h>
 #include <winbase.h>
diff --git a/dlls/oleaut32/tests/olefont.c b/dlls/oleaut32/tests/olefont.c
index 6b98768..cce1777 100644
--- a/dlls/oleaut32/tests/olefont.c
+++ b/dlls/oleaut32/tests/olefont.c
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <float.h>
-#include <time.h>
 
 #define COBJMACROS
 
diff --git a/dlls/oleaut32/tests/olepicture.c b/dlls/oleaut32/tests/olepicture.c
index 3f44696..f81c419 100644
--- a/dlls/oleaut32/tests/olepicture.c
+++ b/dlls/oleaut32/tests/olepicture.c
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <float.h>
-#include <time.h>
 
 #define COBJMACROS
 
diff --git a/dlls/oleaut32/tests/safearray.c b/dlls/oleaut32/tests/safearray.c
index 969d696..0a03141 100644
--- a/dlls/oleaut32/tests/safearray.c
+++ b/dlls/oleaut32/tests/safearray.c
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <float.h>
-#include <time.h>
 
 #define COBJMACROS
 #include "wine/test.h"
diff --git a/dlls/oleaut32/tests/varformat.c b/dlls/oleaut32/tests/varformat.c
index 12d65b6..b8de8e2 100644
--- a/dlls/oleaut32/tests/varformat.c
+++ b/dlls/oleaut32/tests/varformat.c
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <float.h>
-#include <time.h>
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index 21eeb3f..61225e4 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <float.h>
-#include <time.h>
 
 #include "windef.h"
 #include "winbase.h"




More information about the wine-cvs mailing list