diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 07:21:13 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-09-14 07:21:13 +0930 |
commit | 59527bcc7b465bfa2cdfb5a9f5e40d68e888ace9 (patch) | |
tree | 7d7b68ad571892ffdf9c59c66668a1332f5ec146 /lib/tdb2/test/run-81-seqnum.c | |
parent | b67acb7e2a7cde01321daa6116c635a565accd27 (diff) | |
download | samba-59527bcc7b465bfa2cdfb5a9f5e40d68e888ace9.tar.gz samba-59527bcc7b465bfa2cdfb5a9f5e40d68e888ace9.tar.bz2 samba-59527bcc7b465bfa2cdfb5a9f5e40d68e888ace9.zip |
tdb2: make tests include a single mega-header to simplify future patches
This lets us add the new files to a single place.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit 476567430be6962625bf399192e20938985232c7)
Diffstat (limited to 'lib/tdb2/test/run-81-seqnum.c')
-rw-r--r-- | lib/tdb2/test/run-81-seqnum.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/tdb2/test/run-81-seqnum.c b/lib/tdb2/test/run-81-seqnum.c index 6e8b2698b6..6af3f91ee1 100644 --- a/lib/tdb2/test/run-81-seqnum.c +++ b/lib/tdb2/test/run-81-seqnum.c @@ -1,12 +1,4 @@ -#include <ccan/tdb2/tdb.c> -#include <ccan/tdb2/open.c> -#include <ccan/tdb2/free.c> -#include <ccan/tdb2/lock.c> -#include <ccan/tdb2/io.c> -#include <ccan/tdb2/hash.c> -#include <ccan/tdb2/transaction.c> -#include <ccan/tdb2/traverse.c> -#include <ccan/tdb2/check.c> +#include "tdb2-source.h" #include <ccan/tap/tap.h> #include "logging.h" |