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/torture | |
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/torture')
-rw-r--r-- | source4/torture/gentest.c | 1 | ||||
-rw-r--r-- | source4/torture/locktest.c | 2 | ||||
-rw-r--r-- | source4/torture/masktest.c | 2 | ||||
-rw-r--r-- | source4/torture/torture.c | 1 |
4 files changed, 2 insertions, 4 deletions
diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c index 8b0e995b44..8a2bba8497 100644 --- a/source4/torture/gentest.c +++ b/source4/torture/gentest.c @@ -19,7 +19,6 @@ */ #include "includes.h" -#include "dynconfig.h" #include "system/time.h" #include "system/filesys.h" #include "request.h" diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c index 65fadfcc7d..be363d0cb3 100644 --- a/source4/torture/locktest.c +++ b/source4/torture/locktest.c @@ -20,8 +20,8 @@ #include "includes.h" #include "system/filesys.h" -#include "dynconfig.h" #include "system/time.h" +#include "pstring.h" static int numops = 1000; static BOOL showall; diff --git a/source4/torture/masktest.c b/source4/torture/masktest.c index 8b1c0699ee..0b1c58a2f2 100644 --- a/source4/torture/masktest.c +++ b/source4/torture/masktest.c @@ -20,10 +20,10 @@ #include "includes.h" #include "system/filesys.h" -#include "dynconfig.h" #include "clilist.h" #include "libcli/raw/libcliraw.h" #include "system/time.h" +#include "pstring.h" static struct cli_credentials *credentials; static BOOL showall = False; diff --git a/source4/torture/torture.c b/source4/torture/torture.c index d4129834da..e60f1caf78 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -19,7 +19,6 @@ */ #include "includes.h" -#include "dynconfig.h" #include "clilist.h" #include "lib/cmdline/popt_common.h" #include "libcli/raw/libcliraw.h" |