summaryrefslogtreecommitdiff
path: root/source4/torture/locktest.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-19 12:58:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:17 -0500
commit349294d358481e1af460d1ade97987474dad9e43 (patch)
tree5acafc5fca79b86f41b0f59a0482a8bfa61e1fb2 /source4/torture/locktest.c
parenta388d683de520f26ada240bfded2c09c067163fa (diff)
downloadsamba-349294d358481e1af460d1ade97987474dad9e43.tar.gz
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/locktest.c')
-rw-r--r--source4/torture/locktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c
index 65fadfcc7d8..be363d0cb39 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;