diff options
author | Michael Adam <obnox@samba.org> | 2008-03-18 17:50:23 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-19 22:40:45 +0100 |
commit | bb1b4403b4078f0b1c2a0c45acfc6bf8a60a7abc (patch) | |
tree | b311dcac52372c31dd50e0dd8237bbbaace3200a /source3/lib | |
parent | b57d67c406311d4c859ee1d409a03669f1a1a8b3 (diff) | |
download | samba-bb1b4403b4078f0b1c2a0c45acfc6bf8a60a7abc.tar.gz samba-bb1b4403b4078f0b1c2a0c45acfc6bf8a60a7abc.tar.bz2 samba-bb1b4403b4078f0b1c2a0c45acfc6bf8a60a7abc.zip |
libreplace: replace.c does not need system/network.h anymore.
Michael
(cherry picked from commit 2d3c2f34f33338ff422047dae9cc262522689328)
(This used to be commit 03a980d8f67ee1516c357807c23a405f07a006b3)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/replace/replace.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |