From bb1b4403b4078f0b1c2a0c45acfc6bf8a60a7abc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 18 Mar 2008 17:50:23 +0100 Subject: libreplace: replace.c does not need system/network.h anymore. Michael (cherry picked from commit 2d3c2f34f33338ff422047dae9cc262522689328) (This used to be commit 03a980d8f67ee1516c357807c23a405f07a006b3) --- source3/lib/replace/replace.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/lib/replace/replace.c b/source3/lib/replace/replace.c index a6a8c0b6ed..6930f9b079 100644 --- a/source3/lib/replace/replace.c +++ b/source3/lib/replace/replace.c @@ -27,7 +27,6 @@ #include "system/time.h" #include "system/passwd.h" #include "system/syslog.h" -#include "system/network.h" #include "system/locale.h" #include "system/wait.h" -- cgit