X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=8b6e81f75247f3cbcf0547e7b65de0ed509238a2;hb=0248fa2c84bdf4b5117d2672a68d89505aacae8f;hp=6c4a1ba7744d8a28fd994d9df79440d3a460fb0b;hpb=dc8042b42500f79f613b1197df6cdf739615a89f;p=ccan diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 6c4a1ba7..8b6e81f7 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -8,6 +8,7 @@ #include #include "../doc_extract.h" #include "../manifest.h" +#include "../tools.h" #include "licenses.h" AUTODATA_TYPE(ccanlint_tests, struct ccanlint); @@ -189,9 +190,6 @@ extern bool safe_mode; /* Did the user want to keep all the results? */ extern bool keep_results; -/* Compiler and CFLAGS, from config.h if available. */ -extern const char *compiler, *cflags; - /* Contents of config.h (or NULL if not found) */ extern const char *config_header;