Michael Stefaniuc : dlls: Remove duplicate includes.

Alexandre Julliard julliard at winehq.org
Mon Nov 19 08:19:51 CST 2007


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Nov 19 01:43:03 2007 +0100

dlls: Remove duplicate includes.

---

 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 7fd7c2c..28cdec4 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"




More information about the wine-cvs mailing list