dsound tests: remove unneeded includes

Robert Reif reif at earthlink.net
Sun Jan 9 18:29:16 CST 2005


Remove unneeded includes.
-------------- next part --------------
Index: dlls/dsound/tests/capture.c
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/capture.c,v
retrieving revision 1.15
diff -u -r1.15 capture.c
--- dlls/dsound/tests/capture.c	9 Jan 2005 17:27:44 -0000	1.15
+++ dlls/dsound/tests/capture.c	10 Jan 2005 00:25:13 -0000
@@ -23,13 +23,9 @@
 #define NONAMELESSUNION
 #include <windows.h>
 
-#include <math.h>
-#include <stdlib.h>
 #include <stdio.h>
 
 #include "wine/test.h"
-#include "windef.h"
-#include "wingdi.h"
 #include "dsound.h"
 #include "mmreg.h"
 #include "dxerr8.h"
Index: dlls/dsound/tests/ds3d.c
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/ds3d.c,v
retrieving revision 1.17
diff -u -r1.17 ds3d.c
--- dlls/dsound/tests/ds3d.c	9 Jan 2005 16:34:00 -0000	1.17
+++ dlls/dsound/tests/ds3d.c	10 Jan 2005 00:25:14 -0000
@@ -28,11 +28,8 @@
 #include <windows.h>
 
 #include <math.h>
-#include <stdlib.h>
 
 #include "wine/test.h"
-#include "windef.h"
-#include "wingdi.h"
 #include "dsound.h"
 #include "dxerr8.h"
 
Index: dlls/dsound/tests/ds3d8.c
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/ds3d8.c,v
retrieving revision 1.11
diff -u -r1.11 ds3d8.c
--- dlls/dsound/tests/ds3d8.c	9 Jan 2005 16:34:00 -0000	1.11
+++ dlls/dsound/tests/ds3d8.c	10 Jan 2005 00:25:15 -0000
@@ -28,11 +28,8 @@
 #include <windows.h>
 
 #include <math.h>
-#include <stdlib.h>
 
 #include "wine/test.h"
-#include "windef.h"
-#include "wingdi.h"
 #include "dsound.h"
 #include "dxerr8.h"
 
Index: dlls/dsound/tests/dsound.c
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/dsound.c,v
retrieving revision 1.43
diff -u -r1.43 dsound.c
--- dlls/dsound/tests/dsound.c	9 Jan 2005 16:34:00 -0000	1.43
+++ dlls/dsound/tests/dsound.c	10 Jan 2005 00:25:15 -0000
@@ -29,12 +29,7 @@
 #define NONAMELESSUNION
 #include <windows.h>
 
-#include <math.h>
-#include <stdlib.h>
-
 #include "wine/test.h"
-#include "windef.h"
-#include "wingdi.h"
 #include "dsound.h"
 #include "dxerr8.h"
 #include "dsconf.h"
Index: dlls/dsound/tests/dsound8.c
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/dsound8.c,v
retrieving revision 1.13
diff -u -r1.13 dsound8.c
--- dlls/dsound/tests/dsound8.c	9 Jan 2005 16:34:00 -0000	1.13
+++ dlls/dsound/tests/dsound8.c	10 Jan 2005 00:25:17 -0000
@@ -29,12 +29,7 @@
 #define NONAMELESSUNION
 #include <windows.h>
 
-#include <math.h>
-#include <stdlib.h>
-
 #include "wine/test.h"
-#include "windef.h"
-#include "wingdi.h"
 #include "dsound.h"
 #include "dxerr8.h"
 #include "dsconf.h"
Index: dlls/dsound/tests/propset.c
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/propset.c,v
retrieving revision 1.13
diff -u -r1.13 propset.c
--- dlls/dsound/tests/propset.c	9 Jan 2005 16:34:00 -0000	1.13
+++ dlls/dsound/tests/propset.c	10 Jan 2005 00:25:17 -0000
@@ -23,12 +23,7 @@
 #define NONAMELESSUNION
 #include <windows.h>
 
-#include <math.h>
-#include <stdlib.h>
-
 #include "wine/test.h"
-#include "windef.h"
-#include "wingdi.h"
 #include "dsound.h"
 #include "initguid.h"
 #include "dsconf.h"


More information about the wine-patches mailing list