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