Module: wine Branch: master Commit: d5d056ef75dbd38315e1801eafa1e981ff7a060a URL: http://source.winehq.org/git/wine.git/?a=commit;h=d5d056ef75dbd38315e1801eaf...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Thu May 17 21:07:35 2007 +0100
rpcrt4: Exclude unused headers.
---
dlls/rpcrt4/ndr_clientserver.c | 1 - dlls/rpcrt4/ndr_marshall.c | 1 - dlls/rpcrt4/ndr_ole.c | 1 - dlls/rpcrt4/ndr_stubless.c | 1 - dlls/rpcrt4/rpc_binding.c | 1 - dlls/rpcrt4/rpc_epmap.c | 1 - dlls/rpcrt4/rpc_message.c | 1 - dlls/rpcrt4/rpc_server.c | 1 - dlls/rpcrt4/rpc_transport.c | 1 - 9 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/dlls/rpcrt4/ndr_clientserver.c b/dlls/rpcrt4/ndr_clientserver.c index 1745b90..fe424a6 100644 --- a/dlls/rpcrt4/ndr_clientserver.c +++ b/dlls/rpcrt4/ndr_clientserver.c @@ -32,7 +32,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h"
#include "objbase.h"
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index ad95b53..84d502b 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -39,7 +39,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h"
#include "ndr_misc.h" #include "rpcndr.h" diff --git a/dlls/rpcrt4/ndr_ole.c b/dlls/rpcrt4/ndr_ole.c index b65e18b..0a8c1f2 100644 --- a/dlls/rpcrt4/ndr_ole.c +++ b/dlls/rpcrt4/ndr_ole.c @@ -33,7 +33,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h"
#include "objbase.h"
diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c index dbe500e..6a581a0 100644 --- a/dlls/rpcrt4/ndr_stubless.c +++ b/dlls/rpcrt4/ndr_stubless.c @@ -33,7 +33,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h"
#include "objbase.h" #include "rpc.h" diff --git a/dlls/rpcrt4/rpc_binding.c b/dlls/rpcrt4/rpc_binding.c index ad96ac6..4f276ae 100644 --- a/dlls/rpcrt4/rpc_binding.c +++ b/dlls/rpcrt4/rpc_binding.c @@ -30,7 +30,6 @@ #include "winbase.h" #include "winnls.h" #include "winerror.h" -#include "winreg.h" #include "winternl.h" #include "wine/unicode.h"
diff --git a/dlls/rpcrt4/rpc_epmap.c b/dlls/rpcrt4/rpc_epmap.c index 45471c1..cac3f62 100644 --- a/dlls/rpcrt4/rpc_epmap.c +++ b/dlls/rpcrt4/rpc_epmap.c @@ -29,7 +29,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h"
#include "rpc.h"
diff --git a/dlls/rpcrt4/rpc_message.c b/dlls/rpcrt4/rpc_message.c index a30c925..dd37f33 100644 --- a/dlls/rpcrt4/rpc_message.c +++ b/dlls/rpcrt4/rpc_message.c @@ -27,7 +27,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h"
#include "rpc.h" #include "rpcndr.h" diff --git a/dlls/rpcrt4/rpc_server.c b/dlls/rpcrt4/rpc_server.c index 7152453..fd277b3 100644 --- a/dlls/rpcrt4/rpc_server.c +++ b/dlls/rpcrt4/rpc_server.c @@ -33,7 +33,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h"
#include "rpc.h" #include "rpcndr.h" diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c index b4af8e9..c3d1ef3 100644 --- a/dlls/rpcrt4/rpc_transport.c +++ b/dlls/rpcrt4/rpc_transport.c @@ -60,7 +60,6 @@ #include "winbase.h" #include "winnls.h" #include "winerror.h" -#include "winreg.h" #include "winternl.h" #include "wine/unicode.h"