]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/license_file_compat.c
tools: use tal instead of talloc.
[ccan] / tools / ccanlint / tests / license_file_compat.c
index e7e2c8a18bc2ccb946a8ab5d7858726a74312102..08cc31b9a1b2ddd66fbfe76f89b69b19d60b95fc 100644 (file)
@@ -9,9 +9,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <err.h>
-#include <ccan/talloc/talloc.h>
 #include <ccan/str/str.h>
-#include <ccan/str_talloc/str_talloc.h>
 
 static void check_license_file_compat(struct manifest *m,
                                      unsigned int *timeleft,