diff options
author | Michael Adam <obnox@samba.org> | 2008-03-18 17:50:23 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-18 17:50:23 +0100 |
commit | a310b0b84369da95c059ddb6ae90a524062eadd5 (patch) | |
tree | 5f2425535704c66d6d77e9a1d9a01f6151717587 | |
parent | 124f82efe13a453a3f5857c1e25584536147c3dc (diff) | |
download | samba-a310b0b84369da95c059ddb6ae90a524062eadd5.tar.gz samba-a310b0b84369da95c059ddb6ae90a524062eadd5.tar.bz2 samba-a310b0b84369da95c059ddb6ae90a524062eadd5.zip |
libreplace: replace.c does not need system/network.h anymore.
Michael
(This used to be commit 2d3c2f34f33338ff422047dae9cc262522689328)
-rw-r--r-- | source4/lib/replace/replace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/replace/replace.c b/source4/lib/replace/replace.c index a6a8c0b6ed..6930f9b079 100644 --- a/source4/lib/replace/replace.c +++ b/source4/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" |