]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/license_comment.c
ccan: Correct some poor conventions in _info includes
[ccan] / tools / ccanlint / tests / license_comment.c
index f1902126472c235df1e558a94e4649caa0ce021a..18a60813fdead9db0a5ef47fc6a4bc55a2fa784c 100644 (file)
@@ -9,12 +9,9 @@
 #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_comment(struct manifest *m,
-                                 bool keep,
                                  unsigned int *timeleft, struct score *score)
 {
        struct list_head *list;