From 3c4263e7580143c69225729f5b67f09c00add2fd Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 Jun 2012 15:07:44 +0930 Subject: tdb: don't use err.h in tests. It's not portable. While we could use ccan/err, it seems overkill since we actually only use it in one test (I obviously cut & paste the #include). Signed-off-by: Rusty Russell Autobuild-User(master): Rusty Russell Autobuild-Date(master): Fri Jun 22 09:22:28 CEST 2012 on sn-devel-104 --- lib/tdb/test/run-traverse-in-transaction.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tdb/test/run-traverse-in-transaction.c') diff --git a/lib/tdb/test/run-traverse-in-transaction.c b/lib/tdb/test/run-traverse-in-transaction.c index d8455176a2..7813a6ce9a 100644 --- a/lib/tdb/test/run-traverse-in-transaction.c +++ b/lib/tdb/test/run-traverse-in-transaction.c @@ -15,7 +15,6 @@ #undef fcntl_with_lockcheck #include #include -#include #include "external-agent.h" #include "logging.h" -- cgit