diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-19 12:58:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:17 -0500 |
commit | 349294d358481e1af460d1ade97987474dad9e43 (patch) | |
tree | 5acafc5fca79b86f41b0f59a0482a8bfa61e1fb2 /source4/utils | |
parent | a388d683de520f26ada240bfded2c09c067163fa (diff) | |
download | samba-349294d358481e1af460d1ade97987474dad9e43.tar.gz samba-349294d358481e1af460d1ade97987474dad9e43.tar.bz2 samba-349294d358481e1af460d1ade97987474dad9e43.zip |
r10315: Remove use of fstring and pstring in dynconfig.c
Remove unused includes of dynconfig.h
(This used to be commit 59083b7ba60d518ddb59646c4fd69938afd079b3)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/nmblookup.c | 1 | ||||
-rw-r--r-- | source4/utils/ntlm_auth.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source4/utils/nmblookup.c b/source4/utils/nmblookup.c index b74a86d345..466c7d5382 100644 --- a/source4/utils/nmblookup.c +++ b/source4/utils/nmblookup.c @@ -23,7 +23,6 @@ */ #include "includes.h" -#include "dynconfig.h" #include "libcli/nbt/libnbt.h" #include "lib/cmdline/popt_common.h" #include "system/iconv.h" diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index fe29cff021..5d46e9aad4 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -23,7 +23,6 @@ */ #include "includes.h" -#include "dynconfig.h" #include "system/filesys.h" #include "system/passwd.h" #include "lib/cmdline/popt_common.h" |