From 3e8970602c0cba1085f81294cfeab1ee2df0e08e Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Mon, 19 Nov 2007 01:43:03 +0100 Subject: [PATCH] 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, 8 deletions(-) diff --git a/dlls/atl/atl_ax.c b/dlls/atl/atl_ax.c index 8201d099b0a..64b338bf6a2 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 000837df83d..bb967b9463b 100644 --- a/dlls/dinput/joystick_linux.c +++ b/dlls/dinput/joystick_linux.c @@ -32,7 +32,6 @@ #include #include #include -#include #ifdef HAVE_UNISTD_H # include #endif diff --git a/dlls/dnsapi/ns_name.c b/dlls/dnsapi/ns_name.c index de5fbdb14f6..c33c7d6639e 100644 --- a/dlls/dnsapi/ns_name.c +++ b/dlls/dnsapi/ns_name.c @@ -32,7 +32,6 @@ # include #endif #include -#include /* Data. */ diff --git a/dlls/quartz/avidec.c b/dlls/quartz/avidec.c index 9e033c12f56..16dfe69d5a6 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 c18da270acd..6016dc71c5e 100644 --- a/dlls/shell32/shfldr_unixfs.c +++ b/dlls/shell32/shfldr_unixfs.c @@ -140,7 +140,6 @@ # include #endif #include -#include #define COBJMACROS #define NONAMELESSUNION diff --git a/dlls/user32/winpos.c b/dlls/user32/winpos.c index 21c1089d758..94a95d27017 100644 --- a/dlls/user32/winpos.c +++ b/dlls/user32/winpos.c @@ -26,7 +26,6 @@ #include #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 7fd7c2c1965..28cdec46dbf 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 44748d217ca..52d5402872f 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"