projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
[ccan]
/
ccan
/
tal
/
str
/
str.c
diff --git
a/ccan/tal/str/str.c
b/ccan/tal/str/str.c
index 15aa0c046883633d956eb8abbf50c48e9e362c5e..237652f738fc2217b5f0e9eeb117f299b2a484b0 100644
(file)
--- a/
ccan/tal/str/str.c
+++ b/
ccan/tal/str/str.c
@@
-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)