]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / tools / tools.h
index ed2f6bfb6e77442e9682f450d34db6b2cce6e93e..5f5f119dfaa6d20e8ed5b46fe990681be9edacdd 100644 (file)
@@ -8,9 +8,8 @@
 
 #define SPACE_CHARS    " \f\n\r\t\v"
 
-/* FIXME: Remove some -I */
 /* FIXME: Nested functions break with -Wmissing-prototypes -Wmissing-declarations */
-#define CFLAGS "-g -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Werror -Iccan/ -I. -I.. -I../.."
+#define CFLAGS "-g -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Werror -I../.."
 
 /* This actually compiles and runs the info file to get dependencies. */
 char **get_deps(const void *ctx, const char *dir, const char *name,