From 0638207bc40b3a7034801a73baf76cfd44e8e1a9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Sep 2006 22:55:10 +0000 Subject: r18646: now we can have the socket_wrapper.c completely in sync with samba4 metze (This used to be commit d4d9b7e02614e30ab410a26654db3ca66ffe06e6) --- source3/lib/socket_wrapper/socket_wrapper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/lib/socket_wrapper/socket_wrapper.c b/source3/lib/socket_wrapper/socket_wrapper.c index af774e1927..5417f70a06 100644 --- a/source3/lib/socket_wrapper/socket_wrapper.c +++ b/source3/lib/socket_wrapper/socket_wrapper.c @@ -24,10 +24,9 @@ #define SOCKET_WRAPPER_NOT_REPLACE #include "includes.h" -/* #include "system/network.h" #include "system/filesys.h" -*/ + #ifndef _DLINKLIST_H #include "lib/util/dlinklist.h" #endif -- cgit