summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/run-lockall.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/test/run-lockall.c')
-rw-r--r--lib/tdb2/test/run-lockall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tdb2/test/run-lockall.c b/lib/tdb2/test/run-lockall.c
index 7cd9b849ef..c3e03dea7d 100644
--- a/lib/tdb2/test/run-lockall.c
+++ b/lib/tdb2/test/run-lockall.c
@@ -1,11 +1,11 @@
-#include <ccan/tdb2/private.h>
+#include "private.h"
#include <unistd.h>
#include "lock-tracking.h"
#define fcntl fcntl_with_lockcheck
#include "tdb2-source.h"
-#include <ccan/tap/tap.h>
+#include "tap-interface.h"
#include <stdlib.h>
#include <stdbool.h>
#include <stdarg.h>