From: Andrew Tridgell Date: Mon, 23 Apr 2007 21:33:37 +0000 (+0200) Subject: popt not needed in lockwait code X-Git-Tag: tevent-0.9.20~348^2~2848 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d14b79c2fc04a5b4af55a46fa1d91dfb05446bb;p=thirdparty%2Fsamba.git popt not needed in lockwait code (This used to be ctdb commit 796fdbe8efc3d74515218ddcb25abdbec2e9c2b7) --- 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"