]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/str/str.c
tal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
[ccan] / ccan / tal / str / str.c
index 15aa0c046883633d956eb8abbf50c48e9e362c5e..237652f738fc2217b5f0e9eeb117f299b2a484b0 100644 (file)
@@ -11,7 +11,6 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <ccan/str/str.h>
-#include <ccan/tal/tal.h>
 #include <ccan/take/take.h>
 
 char *tal_strdup(const tal_t *ctx, const char *p)