diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-04-21 07:37:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:18 -0500 |
commit | b17445950ea2bf51dc28555f4d68e8c374ea5639 (patch) | |
tree | 28327dbb6493b9bd385efd95a337d56b2650d77e /source4/cluster/ctdb | |
parent | 046870c023c950377c97c58e79ec730351a3fa97 (diff) | |
download | samba-b17445950ea2bf51dc28555f4d68e8c374ea5639.tar.gz samba-b17445950ea2bf51dc28555f4d68e8c374ea5639.tar.bz2 samba-b17445950ea2bf51dc28555f4d68e8c374ea5639.zip |
r22423: don't need popt here
(This used to be commit fd8594d62eed8f1fb8d702689b21eff297bb6593)
Diffstat (limited to 'source4/cluster/ctdb')
-rw-r--r-- | source4/cluster/ctdb/common/ctdb_lockwait.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/cluster/ctdb/common/ctdb_lockwait.c b/source4/cluster/ctdb/common/ctdb_lockwait.c index 36b08796be..d61e12633b 100644 --- a/source4/cluster/ctdb/common/ctdb_lockwait.c +++ b/source4/cluster/ctdb/common/ctdb_lockwait.c @@ -22,7 +22,6 @@ #include "lib/events/events.h" #include "system/filesys.h" #include "system/wait.h" -#include "popt.h" #include "db_wrap.h" #include "lib/tdb/include/tdb.h" #include "../include/ctdb_private.h" |