diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-04-23 23:33:37 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-04-23 23:33:37 +0200 |
commit | 3d14b79c2fc04a5b4af55a46fa1d91dfb05446bb (patch) | |
tree | b7bfd0a0ec8cdc87e5125766b53847c5b9c4e600 /ctdb/common | |
parent | f651581460b700fb33132aaa60b151b97091962c (diff) | |
download | samba-3d14b79c2fc04a5b4af55a46fa1d91dfb05446bb.tar.gz |
popt not needed in lockwait code
(This used to be ctdb commit 796fdbe8efc3d74515218ddcb25abdbec2e9c2b7)
Diffstat (limited to 'ctdb/common')
-rw-r--r-- | ctdb/common/ctdb_lockwait.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_lockwait.c b/ctdb/common/ctdb_lockwait.c index 36b08796bef..d61e12633b7 100644 --- a/ctdb/common/ctdb_lockwait.c +++ b/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" |