dlls: Remove duplicate includes.

Michael Stefaniuc mstefani at redhat.de
Sun Nov 18 18:43:03 CST 2007


---
 dlls/atl/atl_ax.c            |    1 -
 dlls/dinput/joystick_linux.c |    1 -
 dlls/dnsapi/ns_name.c        |    1 -
 dlls/quartz/avidec.c         |    1 -
 dlls/shell32/shfldr_unixfs.c |    1 -
 dlls/user32/winpos.c         |    1 -
 dlls/uuid/uuid.c             |    1 -
 dlls/winmm/mci.c             |    1 -
 8 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/dlls/atl/atl_ax.c b/dlls/atl/atl_ax.c
index 8201d09..64b338b 100644
--- a/dlls/atl/atl_ax.c
+++ b/dlls/atl/atl_ax.c
@@ -25,7 +25,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "winuser.h"
 #include "winerror.h"
 #include "winuser.h"
 #include "wine/debug.h"
diff --git a/dlls/dinput/joystick_linux.c b/dlls/dinput/joystick_linux.c
index 000837d..bb967b9 100644
--- a/dlls/dinput/joystick_linux.c
+++ b/dlls/dinput/joystick_linux.c
@@ -32,7 +32,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <time.h>
-#include <errno.h>
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
diff --git a/dlls/dnsapi/ns_name.c b/dlls/dnsapi/ns_name.c
index de5fbdb..c33c7d6 100644
--- a/dlls/dnsapi/ns_name.c
+++ b/dlls/dnsapi/ns_name.c
@@ -32,7 +32,6 @@
 # include <resolv.h>
 #endif
 #include <string.h>
-#include <ctype.h>
 
 /* Data. */
 
diff --git a/dlls/quartz/avidec.c b/dlls/quartz/avidec.c
index 9e033c1..16dfe69 100644
--- a/dlls/quartz/avidec.c
+++ b/dlls/quartz/avidec.c
@@ -24,7 +24,6 @@
 #include "pin.h"
 
 #include "uuids.h"
-#include "vfwmsgs.h"
 #include "amvideo.h"
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/shell32/shfldr_unixfs.c b/dlls/shell32/shfldr_unixfs.c
index c18da27..6016dc7 100644
--- a/dlls/shell32/shfldr_unixfs.c
+++ b/dlls/shell32/shfldr_unixfs.c
@@ -140,7 +140,6 @@
 # include <pwd.h>
 #endif
 #include <grp.h>
-#include <limits.h>
 
 #define COBJMACROS
 #define NONAMELESSUNION
diff --git a/dlls/user32/winpos.c b/dlls/user32/winpos.c
index 21c1089..94a95d2 100644
--- a/dlls/user32/winpos.c
+++ b/dlls/user32/winpos.c
@@ -26,7 +26,6 @@
 #include <string.h>
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
-#include "winerror.h"
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c
index e1aeaf4..a371773 100644
--- a/dlls/uuid/uuid.c
+++ b/dlls/uuid/uuid.c
@@ -28,7 +28,6 @@
 
 DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
 
-#include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
diff --git a/dlls/winmm/mci.c b/dlls/winmm/mci.c
index 44748d2..52d5402 100644
--- a/dlls/winmm/mci.c
+++ b/dlls/winmm/mci.c
@@ -53,7 +53,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
-#include "winreg.h"
 #include "mmsystem.h"
 #include "winuser.h"
 #include "winnls.h"
-- 
1.5.3.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071119/a81ca194/attachment.pgp 


More information about the wine-patches mailing list