ctdb-build: Drop lib/util from includes
authorMartin Schwenke <martin@meltin.net>
Tue, 19 Aug 2014 03:27:33 +0000 (13:27 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 9 Sep 2014 23:36:15 +0000 (01:36 +0200)
commit9c69a71740f93bacc4e69b45fec8f432242e5e24
tree5a17d086974fb18753e6d20ad940d025c1c88398
parentacf26089f18c163290a0540ece1209aea26834d5
ctdb-build: Drop lib/util from includes

In is unnecessary and can accidentally cause lib/util/time.h to be
found instead of /usr/include/time.h.  The only things depending on it
were bare includes of db_wrap.h and a bare include of dlinklist.h,
which are both gone now.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/wscript