]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/run-firstkey-nextkey.c
tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.
[ccan] / ccan / tdb2 / test / run-firstkey-nextkey.c
index b8a12bd38c8ae0bbb79a19855ac6c4f44834ec7c..3e8f4d55aaa7a8486d0f12cf1465df7b21a8f3f6 100644 (file)
@@ -1,11 +1,4 @@
-#include <ccan/tdb2/tdb.c>
-#include <ccan/tdb2/free.c>
-#include <ccan/tdb2/lock.c>
-#include <ccan/tdb2/io.c>
-#include <ccan/tdb2/hash.c>
-#include <ccan/tdb2/check.c>
-#include <ccan/tdb2/traverse.c>
-#include <ccan/tdb2/transaction.c>
+#include "tdb2-source.h"
 #include <ccan/tap/tap.h>
 #include "logging.h"