rpcrt4: Remove unused header

Francois Gouget fgouget at free.fr
Thu Jun 15 11:45:10 CDT 2006


As mentionned by Huw, before my previous patch, the sys/types.h 
inclusion was protected by HAVE_SYS_TYPES which was not defined. So this 
header is not needed.

Changelog:

  * dlls/rpcrt4/rpc_transport.c

    Francois Gouget <fgouget at free.fr>
    Remove unused sys/types.h header.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
                          "Utilisateur" (nom commun) :
         Mot utilisé par les informaticiens en lieu et place d'"idiot".
-------------- next part --------------
Index: dlls/rpcrt4/rpc_transport.c
===================================================================
RCS file: /home/wine/wine/dlls/rpcrt4/rpc_transport.c,v
retrieving revision 1.26
diff -u -p -r1.26 rpc_transport.c
--- dlls/rpcrt4/rpc_transport.c	14 Jun 2006 11:55:26 -0000	1.26
+++ dlls/rpcrt4/rpc_transport.c	15 Jun 2006 16:31:29 -0000
@@ -35,7 +35,6 @@
 #endif
 #include <fcntl.h>
 #include <stdlib.h>
-#include <sys/types.h>
 #ifdef HAVE_SYS_SOCKET_H
 # include <sys/socket.h>
 #endif


More information about the wine-patches mailing list