]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/str/str.c
take, tal, tal/path, tal/str, tal/talloc: annotate APIs with TAKES.
[ccan] / ccan / tal / str / str.c
index 7adb9ef5aefbf990067a1dc80569dbba6f679587..4b3b11aa603cf23733ec9aa24251e602c2c7723f 100644 (file)
@@ -11,7 +11,6 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <ccan/str/str.h>
-#include <ccan/take/take.h>
 
 char *tal_strdup(const tal_t *ctx, const char *p)
 {